mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-24 11:49:48 +00:00
vhooks really need libav* even if they compile fine without on Linux.
Originally committed as revision 12409 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
13ca50f367
commit
bab785a5f9
3
Makefile
3
Makefile
@ -121,7 +121,8 @@ ffplay.o: CFLAGS += $(SDL_CFLAGS)
|
||||
|
||||
ffmpeg.o ffplay.o ffserver.o: version.h
|
||||
|
||||
videohook: $(HOOKS)
|
||||
# vhooks compile fine without libav*, but need them nonetheless.
|
||||
videohook: .libs $(HOOKS)
|
||||
|
||||
vhook/%$(SLIBSUF): vhook/%.o
|
||||
$(CC) $(LDFLAGS) -o $@ $(VHOOKSHFLAGS) $< $(VHOOKLIBS) $(LIBS_$(@F))
|
||||
|
Loading…
Reference in New Issue
Block a user