Fix "make clean-plugins".

This commit is contained in:
Johns 2014-04-17 14:33:12 +02:00
parent 42bbb763fd
commit 0cdedb88ac
2 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,7 @@
User johns
Date:
Fix "make clean-plugins".
Fix compile with newer libav.
Fix OSD bugs.
Add some VA-API VPP info outputs.

View File

@ -112,10 +112,10 @@ export CFLAGS = $(call PKGCFG,cflags)
export CXXFLAGS = $(call PKGCFG,cxxflags)
ifeq ($(CFLAGS),)
$(error CFLAGS not set)
$(warning CFLAGS not set)
endif
ifeq ($(CXXFLAGS),)
$(error CXXFLAGS not set)
$(warning CXXFLAGS not set)
endif
### The version number of VDR's plugin API: