summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2006-03-20 22:48:08 +0000
committerMåns Rullgård <mans@mansr.com>2006-03-20 22:48:08 +0000
commitd59518d45d0bfd8c85b8f94ccc9c6ea72825ef34 (patch)
tree5e43baf19e38b02d194c65489b05fd04653f39dd
parent4567b4bdab0172f6570a94548cf7f491a466938a (diff)
since Michael prefers to keep dsputil.h private to libavcodec
(rather than installing it system-wide) this patch reverses the mistake I made last month (mplayer was recently fixed accordingly). patch from Nico Sabbi <nicola_sabbi at fastwebnet it> Originally committed as revision 5186 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r--libavcodec/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index 316b2e7314..d63a4d843d 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -18,7 +18,7 @@ OBJS= bitstream.o utils.o mem.o allcodecs.o \
vp3dsp.o h264idct.o rangecoder.o pnm.o h263.o msmpeg4.o h263dec.o \
opt.o
-HEADERS = avcodec.h dsputil.h
+HEADERS = avcodec.h
ifeq ($(CONFIG_AASC_DECODER),yes)
OBJS+= aasc.o