Browse Source

Fix DTS support compilation issue. Patch by Giacomo Comes < comes AH naic POIS edu >

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
tags/v0.5
Giacomo Comes Guillaume Poirier 19 years ago
parent
commit
aa35d2647c
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      libavcodec/Makefile

+ 1
- 0
libavcodec/Makefile View File

@@ -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)


Loading…
Cancel
Save