ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/free/rpms/streamdvd/F-11/streamdvd-makefile.patch
Revision: 1.1
Committed: Sat Aug 9 21:29:32 2008 UTC (4 years, 9 months ago) by thl
Branch: MAIN
CVS Tags: streamdvd-0_4-8_fc10, streamdvd-0_4-9_fc11, streamdvd-0_4-7_fc10, F-11-split, F-10-split, F-11-start, HEAD
Log Message:
initial import from livna

Line File contents
1 --- Makefile.orig 2005-06-14 08:43:53.000000000 +0200
2 +++ Makefile 2005-06-14 08:47:18.000000000 +0200
3 @@ -1,16 +1,17 @@
4 -INSTALLDIR = /usr/local/bin/
5 +INSTALLDIR=/usr/local/bin
6 +CFLAGS=
7
8 all:
9 - g++ -g -Wall -ldvdread -lm -o streamdvd -I. -Implex streamdvd.c requant.c mplex/*.c mplex/*.cpp
10 + g++ -g -Wall $(CFLAGS) -ldvdread -lm -o streamdvd -I. -Implex streamdvd.c requant.c mplex/*.c mplex/*.cpp
11
12 addon:
13 - gcc -g -Wall -ldvdread -o streamanalyze contrib/StreamAnalyze/streamanalyze.c
14 - gcc -g -Wall -ldvdread -DVERSION=\"0.9\" -o lsdvd contrib/lsdvd/lsdvd.c
15 + gcc -g -Wall $(CFLAGS) -ldvdread -o streamanalyze contrib/StreamAnalyze/streamanalyze.c
16 + gcc -g -Wall $(CFLAGS) -ldvdread -DVERSION=\"0.9\" -o lsdvd contrib/lsdvd/lsdvd.c
17
18 gui:
19 - g++ -g -Wall -ldvdread -lm -o streamdvd -I. -Implex streamdvd.c requant.c mplex/*.c mplex/*.cpp
20 - gcc -g -Wall -ldvdread -o streamanalyze contrib/StreamAnalyze/streamanalyze.c
21 - gcc -g -Wall -ldvdread -DVERSION=\"0.9\" -o lsdvd contrib/lsdvd/lsdvd.c
22 + g++ -g -Wall $(CFLAGS) -ldvdread -lm -o streamdvd -I. -Implex streamdvd.c requant.c mplex/*.c mplex/*.cpp
23 + gcc -g -Wall $(CFLAGS) -ldvdread -o streamanalyze contrib/StreamAnalyze/streamanalyze.c
24 + gcc -g -Wall $(CFLAGS) -ldvdread -DVERSION=\"0.9\" -o lsdvd contrib/lsdvd/lsdvd.c
25
26 clean:
27 rm -f streamdvd streamanalyze lsdvd