From d59518d45d0bfd8c85b8f94ccc9c6ea72825ef34 Mon Sep 17 00:00:00 2001 From: Måns Rullgård Date: Mon, 20 Mar 2006 22:48:08 +0000 Subject: 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 Originally committed as revision 5186 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3