summaryrefslogtreecommitdiff
path: root/src/combined/ffmpeg
diff options
context:
space:
mode:
authorJose Alberto Reguero <jareguero@telefonica.net>2011-10-08 22:20:46 +0100
committerJose Alberto Reguero <jareguero@telefonica.net>2011-10-08 22:20:46 +0100
commitc062d080b1acbe4d23f1cf45634a586c3dd19243 (patch)
treedabcdae0c990ab06afd6e9595b829047198cca25 /src/combined/ffmpeg
parentf207b22c6efa7267b476339d52056e27f1ef930c (diff)
downloadxine-lib-c062d080b1acbe4d23f1cf45634a586c3dd19243.tar.gz
xine-lib-c062d080b1acbe4d23f1cf45634a586c3dd19243.tar.bz2
Build fix for Fedora with external FFmpeg.
Diffstat (limited to 'src/combined/ffmpeg')
-rw-r--r--src/combined/ffmpeg/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/combined/ffmpeg/Makefile.am b/src/combined/ffmpeg/Makefile.am
index c6509ed90..773353096 100644
--- a/src/combined/ffmpeg/Makefile.am
+++ b/src/combined/ffmpeg/Makefile.am
@@ -29,7 +29,7 @@ xineplug_decode_ff_la_LDFLAGS = $(AM_LDFLAGS) $(IMPURE_TEXT_LDFLAGS)
# Generation of ffmpeg->xine codec mapping lists (see xine_*.list).
-AV_CPP = $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS)
+AV_CPP = $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AVUTIL_CFLAGS)
# Extract some CODEC_ID_* from avcodec.h. Requires some sed mangling.
avcodec_audio.list: AV_CODECS:=/CODEC_ID_PCM_S16LE/,/CODEC_ID_DVD_SUBTITLE/