# HG changeset patch # User mru # Date 1142894888 0 # Node ID 084635b31002f212ec0e84fab6e0030db6485e30 # Parent 33110c1008a4b3d8ecb84b70aaf0ee7f18d2450a 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 diff -r 33110c1008a4 -r 084635b31002 Makefile --- a/Makefile Mon Mar 20 22:27:59 2006 +0000 +++ b/Makefile Mon Mar 20 22:48:08 2006 +0000 @@ -18,7 +18,7 @@ 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