Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:12.3
vdr-plugin-streamdev
streamdev-Makefile.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File streamdev-Makefile.diff of Package vdr-plugin-streamdev
Index: libdvbmpeg/Makefile =================================================================== RCS file: /var/cvsroot/streamdev/libdvbmpeg/Makefile,v retrieving revision 1.3 diff -u -r1.3 Makefile --- streamdev/libdvbmpeg/Makefile 7 Apr 2008 14:40:40 -0000 1.3 +++ streamdev/libdvbmpeg/Makefile 5 Aug 2008 12:52:19 -0000 @@ -1,9 +1,13 @@ INCS = -I. -CFLAGS = -g -Wall -O2 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fPIC +CFLAGS = -g -Wall -O2 MFLAG = -M OBJS = ctools.o ringbuffy.o remux.o transform.o SRC = $(wildcard *.c) +-include $(VDRDIR)/Make.config + +CFLAGS += -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fPIC + DESTDIR = /usr/local .PHONY: clean @@ -18,7 +22,7 @@ $(CC) -c $(CFLAGS) $(INCS) $(DEFINES) $< .depend: - $(CXX) $(DEFINES) $(MFLAG) $(SRC) $(INCS)> .depend + $(CXX) $(CFLAGS) $(DEFINES) $(MFLAG) $(SRC) $(INCS)> .depend
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor