[SCM] libav/experimental: fixing compilation of cs_test

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 15:34:13 UTC 2013


The following commit has been merged in the experimental branch:
commit 87f9c9e0915adabcb7db6489019f1d0fe4582394
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Mon Nov 18 10:39:22 2002 +0000

    fixing compilation of cs_test
    
    Originally committed as revision 8232 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc

diff --git a/postproc/Makefile b/postproc/Makefile
index ab9139d..36f8707 100644
--- a/postproc/Makefile
+++ b/postproc/Makefile
@@ -12,7 +12,7 @@ SWSSRCS=swscale.c rgb2rgb.c yuv2rgb.c
 SWSOBJS=$(SWSSRCS:.c=.o)
 PPOBJS=postprocess.o
 SPPOBJS=postprocess_pic.o
-CS_TEST_OBJS=cs_test.o rgb2rgb.o ../cpudetect.o ../mp_msg.o
+CS_TEST_OBJS=cs_test.o rgb2rgb.o ../cpudetect.o ../mp_msg.o ../libvo/aclib.o
 
 CFLAGS  = $(OPTFLAGS) $(MLIB_INC) -I. -I.. $(EXTRA_INC)
 # -I/usr/X11R6/include/

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list