Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(219)

Unified Diff: media-plugins/alsa-plugins/files/alsa-plugins-1.0.19-missing-avutil.patch

Issue 6902042: update alsa package to newest to support UCM. (Closed) Base URL: ssh://gitrw.chromium.org:9222/portage-stable.git@master
Patch Set: Created 9 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: media-plugins/alsa-plugins/files/alsa-plugins-1.0.19-missing-avutil.patch
diff --git a/media-plugins/alsa-plugins/files/alsa-plugins-1.0.19-missing-avutil.patch b/media-plugins/alsa-plugins/files/alsa-plugins-1.0.19-missing-avutil.patch
new file mode 100644
index 0000000000000000000000000000000000000000..12acbbca1dcd1db604443fecfa8cb962a54c52bf
--- /dev/null
+++ b/media-plugins/alsa-plugins/files/alsa-plugins-1.0.19-missing-avutil.patch
@@ -0,0 +1,11 @@
+--- configure.in_old 2009-01-26 21:46:07.000000000 +0100
++++ configure.in 2009-01-26 21:47:25.000000000 +0100
+@@ -67,7 +67,7 @@
+ AS_HELP_STRING([--disable-avcodec], [Don't build plugins depending on avcodec (a52)]))
+
+ if test "x$enable_avcodec" != "xno"; then
+- PKG_CHECK_MODULES(AVCODEC, [libavcodec], [HAVE_AVCODEC=yes], [HAVE_AVCODEC=no])
++ PKG_CHECK_MODULES(AVCODEC, [libavcodec libavutil], [HAVE_AVCODEC=yes], [HAVE_AVCODEC=no])
+ fi
+
+ if test "x$HAVE_AVCODEC" = "xno"; then

Powered by Google App Engine
This is Rietveld 408576698