projects
/
ffmpeg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
revert useless patch that was supposed to fix DTS support (but the fix belongs to...
[ffmpeg.git]
/
libavcodec
/
Makefile
diff --git
a/libavcodec/Makefile
b/libavcodec/Makefile
index
2b4fdd2
..
3ac7bd2
100644
(file)
--- a/
libavcodec/Makefile
+++ b/
libavcodec/Makefile
@@
-240,7
+240,6
@@
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)