since Michael prefers to keep dsputil.h private to libavcodec
authorMåns Rullgård <mans@mansr.com>
Mon, 20 Mar 2006 22:48:08 +0000 (22:48 +0000)
committerMåns Rullgård <mans@mansr.com>
Mon, 20 Mar 2006 22:48:08 +0000 (22:48 +0000)
(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

libavcodec/Makefile

index 316b2e7..d63a4d8 100644 (file)
@@ -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