[Ffmpeg-cvslog] r6239 - trunk/libpostproc/Makefile

diego subversion
Tue Sep 12 12:50:32 CEST 2006


Author: diego
Date: Tue Sep 12 12:50:32 2006
New Revision: 6239

Modified:
   trunk/libpostproc/Makefile

Log:
Remove superfluous ifeq.


Modified: trunk/libpostproc/Makefile
==============================================================================
--- trunk/libpostproc/Makefile	(original)
+++ trunk/libpostproc/Makefile	Tue Sep 12 12:50:32 2006
@@ -22,8 +22,6 @@
 
 depend: postprocess.c
 
-ifeq ($(BUILD_SHARED),yes)
 postprocess_pic.o: postprocess.c
 	$(CC) -c $(CFLAGS) -fomit-frame-pointer -fPIC -DPIC -o $@ $<
-endif
 




More information about the ffmpeg-cvslog mailing list