OSDN Git Service

Remove superfluous ifeq.
authorDiego Biurrun <diego@biurrun.de>
Tue, 12 Sep 2006 10:50:32 +0000 (10:50 +0000)
committerDiego Biurrun <diego@biurrun.de>
Tue, 12 Sep 2006 10:50:32 +0000 (10:50 +0000)
Originally committed as revision 6239 to svn://svn.ffmpeg.org/ffmpeg/trunk

libpostproc/Makefile

index 8f5c921..292ca3d 100644 (file)
@@ -22,8 +22,6 @@ include $(SRC_PATH)/common.mak
 
 depend: postprocess.c
 
-ifeq ($(BUILD_SHARED),yes)
 postprocess_pic.o: postprocess.c
        $(CC) -c $(CFLAGS) -fomit-frame-pointer -fPIC -DPIC -o $@ $<
-endif