3e364dcb58
MJPG-streamer takes JPGs from Linux-UVC compatible webcams, filesystem or other input plugins and streams them as M-JPEG via HTTP to webbrowsers, VLC and other software. It is the successor of uvc-streamer, a Linux-UVC streaming application with Pan/Tilt WWW: http://sourceforge.net/projects/mjpg-streamer/ PR: 181527 Submitted by: kozlov.sergey.404@gmail.com
15 lines
451 B
Text
15 lines
451 B
Text
--- 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
|
|
|