summaryrefslogtreecommitdiff
path: root/libpostproc
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2006-09-12 10:50:32 +0000
committerDiego Biurrun <diego@biurrun.de>2006-09-12 10:50:32 +0000
commitdc8cd49f1a93a1ff71b3eab2827c72d7ff7eb980 (patch)
tree30c193066c6c2f98d8e9d1e2751f9a5033bcf6b8 /libpostproc
parent691c480e7faf26a201b6ba80cc4642df8aad083c (diff)
Remove superfluous ifeq.
Originally committed as revision 6239 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libpostproc')
-rw-r--r--libpostproc/Makefile2
1 files changed, 0 insertions, 2 deletions
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