Move SRC_PATH hack around to allow compilation from subdir again.

This commit is contained in:
Reimar Döffinger
2011-06-30 00:01:14 +02:00
parent 08b4a667ef
commit e1a54304be
3 changed files with 4 additions and 7 deletions

View File

@@ -1,3 +1,4 @@
MAIN_MAKEFILE=1
include config.mak
vpath %.c $(SRC_PATH)
@@ -39,7 +40,6 @@ DATA_FILES := $(wildcard $(SRC_PATH)/ffpresets/*.ffpreset)
SKIPHEADERS = cmdutils_common_opts.h
MAIN_MAKEFILE=1
include $(SRC_PATH)/common.mak
FF_LDFLAGS := $(FFLDFLAGS)