mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-27 13:10:37 +00:00
Remove superfluous ifeq.
Originally committed as revision 6239 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
691c480e7f
commit
dc8cd49f1a
@ -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…
Reference in New Issue
Block a user