freebsd-ports/multimedia/mjpg-streamer/files/patch-Makefile
Kurt Jaeger 3e364dcb58 New port: multimedia/mjpg-streamer
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
2014-08-09 20:33:06 +00:00

15 lines
404 B
Text

--- Makefile.orig 2008-06-16 14:23:53.000000000 +0300
+++ Makefile 2013-08-24 05:01:20.000000000 +0300
@@ -7,11 +7,8 @@
#
###############################################################
-CC = gcc
-CFLAGS += -O2 -DLINUX -D_GNU_SOURCE -Wall
-#CFLAGS += -O2 -DDEBUG -DLINUX -D_GNU_SOURCE -Wall
-LFLAGS += -lpthread -ldl
+LFLAGS += -pthread
APP_BINARY=mjpg_streamer
OBJECTS=mjpg_streamer.o utils.o