diff options
author | Diego Biurrun <diego@biurrun.de> | 2006-09-12 10:50:32 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2006-09-12 10:50:32 +0000 |
commit | dc8cd49f1a93a1ff71b3eab2827c72d7ff7eb980 (patch) | |
tree | 30c193066c6c2f98d8e9d1e2751f9a5033bcf6b8 /libpostproc/Makefile | |
parent | 691c480e7faf26a201b6ba80cc4642df8aad083c (diff) | |
download | ffmpeg-streaming-dc8cd49f1a93a1ff71b3eab2827c72d7ff7eb980.zip ffmpeg-streaming-dc8cd49f1a93a1ff71b3eab2827c72d7ff7eb980.tar.gz |
Remove superfluous ifeq.
Originally committed as revision 6239 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libpostproc/Makefile')
-rw-r--r-- | libpostproc/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
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 |