From: Diego Biurrun Date: Tue, 12 Sep 2006 10:50:32 +0000 (+0000) Subject: Remove superfluous ifeq. X-Git-Tag: android-x86-4.4-r1~39499 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=dc8cd49f1a93a1ff71b3eab2827c72d7ff7eb980;p=android-x86%2Fexternal-ffmpeg.git Remove superfluous ifeq. Originally committed as revision 6239 to svn://svn.ffmpeg.org/ffmpeg/trunk --- diff --git a/libpostproc/Makefile b/libpostproc/Makefile index 8f5c921eb5..292ca3dcbf 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