]> git.pld-linux.org Git - packages/NuppelVideo.git/blame - NuppelVideo-make.patch
- %%ix86 only (asm inlines)
[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
75d4f322 4@@ -12,32 +12,32 @@
5 strip nuvrec nuvplay
6
7 RTjpegN.o: RTjpegN.c RTjpegN.h
8- $(CC) -c $(COPTSRT) RTjpegN.c
9+ $(CC) -c $(COPTS) RTjpegN.c
10
11 XJ.o: XJ.c
12 $(CC) -c $(COPTS) XJ.c
d6597bef 13
14
15 soxfuncs.o: soxfuncs.c
16- $(CC) $(COPTS) -O3 -funroll-loops -finline-functions -c soxfuncs.c
17+ $(CC) $(COPTS) -c soxfuncs.c
18
19
20 resample.o: resample.c
21- $(CC) $(COPTS) -O3 -funroll-loops -finline-functions -c resample.c
22+ $(CC) $(COPTS) -c resample.c
23
24
25 minilzo.o: minilzo.c minilzo.h
26- $(CC) $(COPTS) -O3 -fexpensive-optimizations -funroll-loops -finline-functions -c minilzo.c
27+ $(CC) $(COPTS) -c minilzo.c
28
29
30 yuv2rgb_mmx.o: yuv2rgb_mmx.c yuv2rgb.h
31- $(CC) $(COPTS) -O3 -funroll-loops -finline-functions -c yuv2rgb_mmx.c
32+ $(CC) $(COPTS) -c yuv2rgb_mmx.c
33
34 areaDeinterlace.o: areaDeinterlace.h areaDeinterlace.c
35- $(CC) $(COPTS) -O3 -fexpensive-optimizations -funroll-loops -finline-functions -c areaDeinterlace.c
36+ $(CC) $(COPTS) -c areaDeinterlace.c
37
38 rtjpeg_plugin.o: rtjpeg_plugin.c rtjpeg_plugin.h
39- $(CC) $(COPTS) -O3 -fexpensive-optimizations -funroll-loops -finline-functions -c rtjpeg_plugin.c
40+ $(CC) $(COPTS) -c rtjpeg_plugin.c
41
42 nuvrec: nuvrec.c RTjpegN.h RTjpegN.o minilzo.o
43 $(CC) $(COPTS) -o nuvrec minilzo.o RTjpegN.o nuvrec.c
b5a96bc1 44@@ -53,7 +53,8 @@
45
46 install: nuvrec nuvplay
47 strip nuvrec nuvplay
48- install -m 755 nuvrec nuvplay nuvedit nuv2mpg nuv2vbr /usr/local/bin
49+ install -d $(DESTDIR)/$(BINDIR)
50+ install -m 755 nuvrec nuvplay nuvedit nuv2mpg nuv2vbr $(DESTDIR)/$(BINDIR)
51
52 clean:
53 rm -f *.o nuvplay nuvrec
This page took 0.071847 seconds and 4 git commands to generate.