mirror of
https://projects.vdr-developer.org/git/vdr-plugin-softhddevice.git
synced 2023-10-10 19:16:51 +02:00
Fix "make clean-plugins".
This commit is contained in:
parent
42bbb763fd
commit
0cdedb88ac
@ -1,6 +1,7 @@
|
|||||||
User johns
|
User johns
|
||||||
Date:
|
Date:
|
||||||
|
|
||||||
|
Fix "make clean-plugins".
|
||||||
Fix compile with newer libav.
|
Fix compile with newer libav.
|
||||||
Fix OSD bugs.
|
Fix OSD bugs.
|
||||||
Add some VA-API VPP info outputs.
|
Add some VA-API VPP info outputs.
|
||||||
|
4
Makefile
4
Makefile
@ -112,10 +112,10 @@ export CFLAGS = $(call PKGCFG,cflags)
|
|||||||
export CXXFLAGS = $(call PKGCFG,cxxflags)
|
export CXXFLAGS = $(call PKGCFG,cxxflags)
|
||||||
|
|
||||||
ifeq ($(CFLAGS),)
|
ifeq ($(CFLAGS),)
|
||||||
$(error CFLAGS not set)
|
$(warning CFLAGS not set)
|
||||||
endif
|
endif
|
||||||
ifeq ($(CXXFLAGS),)
|
ifeq ($(CXXFLAGS),)
|
||||||
$(error CXXFLAGS not set)
|
$(warning CXXFLAGS not set)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
### The version number of VDR's plugin API:
|
### The version number of VDR's plugin API:
|
||||||
|
Loading…
Reference in New Issue
Block a user