Remove superfluous ifeq.
Originally committed as revision 6239 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
691c480e7f
commit
dc8cd49f1a
1 changed files with 0 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue