From dc8cd49f1a93a1ff71b3eab2827c72d7ff7eb980 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Tue, 12 Sep 2006 10:50:32 +0000 Subject: Remove superfluous ifeq. Originally committed as revision 6239 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libpostproc/Makefile | 2 -- 1 file changed, 2 deletions(-) (limited to 'libpostproc') diff --git a/libpostproc/Makefile b/libpostproc/Makefile index 8f5c921..292ca3d 100644 --- a/libpostproc/Makefile +++ b/libpostproc/Makefile @@ -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 -- cgit v1.1