diff options
Diffstat (limited to 'multimedia/mjpg-streamer/files/patch-plugins-output__http-Makefile')
-rw-r--r-- | multimedia/mjpg-streamer/files/patch-plugins-output__http-Makefile | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/multimedia/mjpg-streamer/files/patch-plugins-output__http-Makefile b/multimedia/mjpg-streamer/files/patch-plugins-output__http-Makefile deleted file mode 100644 index b5ff6b79edcb..000000000000 --- a/multimedia/mjpg-streamer/files/patch-plugins-output__http-Makefile +++ /dev/null @@ -1,15 +0,0 @@ ---- plugins/output_http/Makefile.orig 2008-06-16 14:23:47.000000000 +0300 -+++ plugins/output_http/Makefile 2013-08-24 05:01:32.000000000 +0300 -@@ -7,11 +7,10 @@ - # - ############################################################### - --CC = gcc - - OTHER_HEADERS = ../../mjpg_streamer.h ../../utils.h ../output.h ../input.h - --CFLAGS += -O2 -DLINUX -D_GNU_SOURCE -Wall -shared -fPIC -+CFLAGS += -shared -fPIC - #CFLAGS += -DDEBUG - LFLAGS += -lpthread -ldl - |