[Ffmpeg-devel] [PATCH] dts support compilation issue

Giacomo Comes comes
Thu Oct 6 16:27:46 CEST 2005


Hi,
a couple of days ago, a modification to libavcodec/Makefile
made for me impossible to compile mplayer using the
mplayer's configure options --with-dtslibdir, --with-dtsincdir

The included patch fix the problem. Can somebody check if it is correct
and apply it?

Thanks.
Giacomo
-------------- next part --------------
--- libavcodec/Makefile.ori	2005-10-06 10:13:59.000000000 -0400
+++ libavcodec/Makefile	2005-10-06 10:13:36.000000000 -0400
@@ -240,6 +240,7 @@
 # currently using libdts for dts decoding
 ifeq ($(CONFIG_DTS),yes)
 OBJS+= dtsdec.o
+CFLAGS += $(DTS_INC)
 endif
 
 ifeq ($(CONFIG_FAAD),yes)



More information about the ffmpeg-devel mailing list