diff options
author | Thierry N <thierryn1 at hispeed dot ch> | 2009-08-21 21:04:45 +0200 |
---|---|---|
committer | Thierry N <thierryn1 at hispeed dot ch> | 2009-08-21 21:04:45 +0200 |
commit | 659732569b73833719fd54e66c7a217d720f0e0b (patch) | |
tree | 86c236161e109dc97d64298c7d70ed891a1c2530 /extra/libmpeg3/libmpeg3.patch | |
parent | 11afe3403313c4878bdea25488c7cf47b0f88ae0 (diff) | |
download | nutyx-extra-659732569b73833719fd54e66c7a217d720f0e0b.tar.gz nutyx-extra-659732569b73833719fd54e66c7a217d720f0e0b.tar.bz2 nutyx-extra-659732569b73833719fd54e66c7a217d720f0e0b.tar.xz nutyx-extra-659732569b73833719fd54e66c7a217d720f0e0b.zip |
libmpeg3, suppression du patch
Diffstat (limited to 'extra/libmpeg3/libmpeg3.patch')
-rw-r--r-- | extra/libmpeg3/libmpeg3.patch | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/extra/libmpeg3/libmpeg3.patch b/extra/libmpeg3/libmpeg3.patch deleted file mode 100644 index 7b382296c..000000000 --- a/extra/libmpeg3/libmpeg3.patch +++ /dev/null @@ -1,39 +0,0 @@ ---- libmpeg3-1.8-orig/Makefile 2006-02-15 05:09:31.000000000 +0000 -+++ libmpeg3-1.8/Makefile 2007-08-17 15:42:59.000000000 +0000 -@@ -1,5 +1,6 @@ - CC = gcc - NASM = nasm -+VERSION_NAME := $(shell basename $(PWD)) - USE_MMX = 0 - USE_CSS = 1 - A52DIR := $(shell expr a52dec* ) -@@ -149,7 +150,7 @@ - - LIBS = -lm -lpthread - --$(shell if ! test -d $(OBJDIR) \; then mkdir -p $(OBJDIR) \; fi ) -+$(shell if ! test -d $(OBJDIR) ; then mkdir -p $(OBJDIR) ; fi ) - - $(shell echo $(CFLAGS) > $(OBJDIR)/c_flags) - $(shell echo $(A52CFLAGS) > $(OBJDIR)/a52_flags) -@@ -191,9 +192,13 @@ - -ldl - - install: -+ if [ ! -d $(PREFIX)/bin ]; then install -v -m755 -d -$(PREFIX)/bin; fi -+ if [ ! -d $(PREFIX)/lib ]; then install -v -m755 -d -$(PREFIX)/lib; fi -+ if [ ! -d $(PREFIX)/include ]; then install -v -m755 -d -$(PREFIX)/include; fi - cp $(UTILS) $(PREFIX)/bin --# cp $(OUTPUT) $(PREFIX)/lib --# cp libmpeg3.h mpeg3private.h $(PREFIX)/include -+ cp $(OUTPUT) $(PREFIX)/lib -+ cp libmpeg3.h mpeg3private.h mpeg3protos.h $(PREFIX)/include -+ install -v -m644 -D docs/index.html -$(PREFIX)/share/doc/$(VERSION_NAME)/index.html - - clean: - rm -rf $(OBJDIR) - |