Commit dc8cd49f authored by Diego Biurrun's avatar Diego Biurrun

Remove superfluous ifeq.

Originally committed as revision 6239 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 691c480e
......@@ -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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment