projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
23f1957
)
Fix DTS support compilation issue. Patch by Giacomo Comes < comes AH naic POIS edu >
author
Giacomo Comes
<comes@naic.edu>
Fri, 14 Oct 2005 18:17:47 +0000
(18:17 +0000)
committer
Guillaume Poirier
<gpoirier@mplayerhq.hu>
Fri, 14 Oct 2005 18:17:47 +0000
(18:17 +0000)
Original thread:
Date: Oct 6, 2005 4:27 PM
Subject: [Ffmpeg-devel] [PATCH] dts support compilation issue
Originally committed as revision 4644 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/Makefile
patch
|
blob
|
history
diff --git
a/libavcodec/Makefile
b/libavcodec/Makefile
index b24c67fc077572522b31a50242d6403f20f5a643..63b696708df122eb375c0f515c48724ad6c4511f 100644
(file)
--- a/
libavcodec/Makefile
+++ b/
libavcodec/Makefile
@@
-240,6
+240,7
@@
EXTRALIBS += -L../libavutil -lavutil$(BUILDSUF)
# currently using libdts for dts decoding
ifeq ($(CONFIG_DTS),yes)
OBJS+= dtsdec.o
+CFLAGS+= $(DTS_INC)
endif
ifeq ($(CONFIG_FAAD),yes)