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

Side by Side 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, 7 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 --- configure.in_old 2009-01-26 21:46:07.000000000 +0100
2 +++ configure.in 2009-01-26 21:47:25.000000000 +0100
3 @@ -67,7 +67,7 @@
4 AS_HELP_STRING([--disable-avcodec], [Don't build plugins depending on avc odec (a52)]))
5
6 if test "x$enable_avcodec" != "xno"; then
7 - PKG_CHECK_MODULES(AVCODEC, [libavcodec], [HAVE_AVCODEC=yes], [HAVE_AVCODEC=no ])
8 + PKG_CHECK_MODULES(AVCODEC, [libavcodec libavutil], [HAVE_AVCODEC=yes], [HAVE_ AVCODEC=no])
9 fi
10
11 if test "x$HAVE_AVCODEC" = "xno"; then
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698