diff options
Diffstat (limited to 'libdvbmpeg/Makefile')
| -rw-r--r-- | libdvbmpeg/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/libdvbmpeg/Makefile b/libdvbmpeg/Makefile index 71e1c5d..4a78a12 100644 --- a/libdvbmpeg/Makefile +++ b/libdvbmpeg/Makefile @@ -1,12 +1,16 @@ # # Makefile for a Video Disk Recorder plugin # -# $Id: Makefile,v 1.4 2010/07/19 13:49:26 schmirl Exp $ +# $Id: Makefile,v 1.5 2010/07/30 10:49:28 schmirl Exp $ ### The object files (add further files here): OBJS = ctools.o remux.o ringbuffy.o transform.o +### Disable attribute warn_unused_result + +DEFINES += -U_FORTIFY_SOURCE + ### The main target: .PHONY: clean |
