diff options
author | Johns <johns98@gmx.net> | 2014-04-17 14:33:12 +0200 |
---|---|---|
committer | Johns <johns98@gmx.net> | 2014-04-17 14:33:12 +0200 |
commit | 0cdedb88acfc7c77fafefe2d93598db04a01f1ac (patch) | |
tree | c408b3a839cdc156595bfff93bfdfe8415fa72f8 | |
parent | 42bbb763fd93ee3936ea50e003c0892c791b1214 (diff) | |
download | vdr-plugin-softhddevice-0cdedb88acfc7c77fafefe2d93598db04a01f1ac.tar.gz vdr-plugin-softhddevice-0cdedb88acfc7c77fafefe2d93598db04a01f1ac.tar.bz2 |
Fix "make clean-plugins".
-rw-r--r-- | ChangeLog | 1 | ||||
-rw-r--r-- | Makefile | 4 |
2 files changed, 3 insertions, 2 deletions
@@ -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. @@ -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: |