summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2008-03-01 03:07:38 +0100
committerDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2008-03-01 03:07:38 +0100
commita1508e2f58d2c4b32d032d798f6f137262717e7f (patch)
treed7f97042e27bb52ed1869a83937239e206cd8e0e
parent1d0b3b20c34517b9d1ddf3ea347776304b0c4b44 (diff)
downloadxine-lib-a1508e2f58d2c4b32d032d798f6f137262717e7f.tar.gz
xine-lib-a1508e2f58d2c4b32d032d798f6f137262717e7f.tar.bz2
Add extra include, dvaudio always have to use internal copy.
-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 93d9b8143..b9f0eac5c 100644
--- a/src/combined/ffmpeg/Makefile.am
+++ b/src/combined/ffmpeg/Makefile.am
@@ -57,4 +57,4 @@ xineplug_decode_ff_la_LDFLAGS = $(AM_LDFLAGS) $(IMPURE_TEXT_LDFLAGS)
xineplug_decode_dvaudio_la_SOURCES = ff_dvaudio_decoder.c
xineplug_decode_dvaudio_la_LIBADD = $(XINE_LIB) $(LTLIBINTL)
-xineplug_decode_dvaudio_la_CPPFLAGS = $(AM_CPPFLAGS) -I$(top_srcdir)/contrib/ffmpeg
+xineplug_decode_dvaudio_la_CPPFLAGS = $(AM_CPPFLAGS) -I$(top_srcdir)/contrib/ffmpeg -I$(top_srcdir)/contrib/ffmpeg/libavutil