build: handle library dependencies in configure

Instead of setting FFLIBS in each library Makefile configure
exports FFLIBS-$library in config.mak.
This commit is contained in:
Janne Grunau
2014-05-01 13:18:57 +02:00
parent 9aa4592076
commit 449511740f
8 changed files with 41 additions and 26 deletions

View File

@@ -1,5 +1,4 @@
NAME = avdevice
FFLIBS = avformat avcodec avutil
HEADERS = avdevice.h \
version.h \