mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-02-02 21:01:56 +00:00
Fix 'make depend' for libpostproc.
Originally committed as revision 6238 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
e179fbc850
commit
691c480e7f
3
Makefile
3
Makefile
@ -204,6 +204,9 @@ depend: .depend
|
|||||||
$(MAKE) -C libavutil depend
|
$(MAKE) -C libavutil depend
|
||||||
$(MAKE) -C libavcodec depend
|
$(MAKE) -C libavcodec depend
|
||||||
$(MAKE) -C libavformat depend
|
$(MAKE) -C libavformat depend
|
||||||
|
ifeq ($(CONFIG_PP),yes)
|
||||||
|
$(MAKE) -C libpostproc depend
|
||||||
|
endif
|
||||||
ifeq ($(BUILD_VHOOK),yes)
|
ifeq ($(BUILD_VHOOK),yes)
|
||||||
$(MAKE) -C vhook depend
|
$(MAKE) -C vhook depend
|
||||||
endif
|
endif
|
||||||
|
@ -20,6 +20,8 @@ CFLAGS = -I.. -I$(SRC_PATH)/libavcodec $(OPTFLAGS)
|
|||||||
|
|
||||||
include $(SRC_PATH)/common.mak
|
include $(SRC_PATH)/common.mak
|
||||||
|
|
||||||
|
depend: postprocess.c
|
||||||
|
|
||||||
ifeq ($(BUILD_SHARED),yes)
|
ifeq ($(BUILD_SHARED),yes)
|
||||||
postprocess_pic.o: postprocess.c
|
postprocess_pic.o: postprocess.c
|
||||||
$(CC) -c $(CFLAGS) -fomit-frame-pointer -fPIC -DPIC -o $@ $<
|
$(CC) -c $(CFLAGS) -fomit-frame-pointer -fPIC -DPIC -o $@ $<
|
||||||
|
Loading…
Reference in New Issue
Block a user