]> git.pld-linux.org Git - packages/NuppelVideo.git/blame - NuppelVideo-make.patch
- fix passing $RPM_OPT_FALGS.
[packages/NuppelVideo.git] / NuppelVideo-make.patch
CommitLineData
b5a96bc1 1diff -Nur NuppelVideo-0.52a.orig/Makefile NuppelVideo-0.52a/Makefile
2--- NuppelVideo-0.52a.orig/Makefile Sat Jul 7 14:09:14 2001
3+++ NuppelVideo-0.52a/Makefile Thu Aug 30 12:24:18 2001
d6597bef 4@@ -19,25 +19,25 @@
5
6
7 soxfuncs.o: soxfuncs.c
8- $(CC) $(COPTS) -O3 -funroll-loops -finline-functions -c soxfuncs.c
9+ $(CC) $(COPTS) -c soxfuncs.c
10
11
12 resample.o: resample.c
13- $(CC) $(COPTS) -O3 -funroll-loops -finline-functions -c resample.c
14+ $(CC) $(COPTS) -c resample.c
15
16
17 minilzo.o: minilzo.c minilzo.h
18- $(CC) $(COPTS) -O3 -fexpensive-optimizations -funroll-loops -finline-functions -c minilzo.c
19+ $(CC) $(COPTS) -c minilzo.c
20
21
22 yuv2rgb_mmx.o: yuv2rgb_mmx.c yuv2rgb.h
23- $(CC) $(COPTS) -O3 -funroll-loops -finline-functions -c yuv2rgb_mmx.c
24+ $(CC) $(COPTS) -c yuv2rgb_mmx.c
25
26 areaDeinterlace.o: areaDeinterlace.h areaDeinterlace.c
27- $(CC) $(COPTS) -O3 -fexpensive-optimizations -funroll-loops -finline-functions -c areaDeinterlace.c
28+ $(CC) $(COPTS) -c areaDeinterlace.c
29
30 rtjpeg_plugin.o: rtjpeg_plugin.c rtjpeg_plugin.h
31- $(CC) $(COPTS) -O3 -fexpensive-optimizations -funroll-loops -finline-functions -c rtjpeg_plugin.c
32+ $(CC) $(COPTS) -c rtjpeg_plugin.c
33
34 nuvrec: nuvrec.c RTjpegN.h RTjpegN.o minilzo.o
35 $(CC) $(COPTS) -o nuvrec minilzo.o RTjpegN.o nuvrec.c
b5a96bc1 36@@ -53,7 +53,8 @@
37
38 install: nuvrec nuvplay
39 strip nuvrec nuvplay
40- install -m 755 nuvrec nuvplay nuvedit nuv2mpg nuv2vbr /usr/local/bin
41+ install -d $(DESTDIR)/$(BINDIR)
42+ install -m 755 nuvrec nuvplay nuvedit nuv2mpg nuv2vbr $(DESTDIR)/$(BINDIR)
43
44 clean:
45 rm -f *.o nuvplay nuvrec
This page took 0.076221 seconds and 4 git commands to generate.