mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-25 13:21:36 +00:00
Plugins: At least look for avplug headers in a sensible location rather than none at all
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5793 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
29e511817a
commit
8c1cd3a78d
1 changed files with 3 additions and 0 deletions
|
@ -128,8 +128,11 @@ AV_PRE32_DEV=$(AV_VER)-win32-dev/
|
|||
AV_PRE64_DEV=$(AV_VER)-win64-dev/
|
||||
AV_PRE32_BIN=$(AV_VER)-win32-shared/
|
||||
AV_PRE64_BIN=$(AV_VER)-win64-shared/
|
||||
|
||||
ifeq ($(findstring win,$(FTE_TARGET)),win)
|
||||
AV_BASE=$(abspath $(OUT_DIR)/../fte_libav_$(AV_VER))/
|
||||
else
|
||||
AV_BASE=/usr/include/ffmpeg/
|
||||
endif
|
||||
|
||||
ifneq ($(AV_BASE),)
|
||||
|
|
Loading…
Reference in a new issue