mirror of
https://github.com/mpv-player/mpv
synced 2024-12-25 00:02:13 +00:00
Shorten LIBAV_INC handling.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21347 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
59d7009493
commit
b78cffaa84
9
Makefile
9
Makefile
@ -6,12 +6,9 @@
|
||||
|
||||
include config.mak
|
||||
|
||||
ifeq ($(CONFIG_LIBAVUTIL),yes)
|
||||
LIBAV_INC += -I./libavutil
|
||||
endif
|
||||
ifeq ($(CONFIG_LIBAVCODEC),yes)
|
||||
LIBAV_INC += -I./libavcodec
|
||||
endif
|
||||
LIBAV_INC-$(CONFIG_LIBAVUTIL) += -I./libavutil
|
||||
LIBAV_INC-$(CONFIG_LIBAVCODEC) += -I./libavcodec
|
||||
LIBAV_INC += $(LIBAV_INC-yes)
|
||||
|
||||
CFLAGS = $(OPTFLAGS) -I. $(LIBAV_INC)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user