[package] do not build input_testpicture pluging which requires convert on the host to be installed (#4329)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@14091 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
bc34ebcaf6
commit
1269462fc5
@ -11,7 +11,7 @@ include $(TOPDIR)/rules.mk
|
||||
PKG_NAME:=mjpg-streamer
|
||||
PKG_REV:=68
|
||||
PKG_VERSION:=r$(PKG_REV)
|
||||
PKG_RELEASE:=1
|
||||
PKG_RELEASE:=2
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
||||
PKG_SOURCE_URL:=https://mjpg-streamer.svn.sourceforge.net/svnroot/mjpg-streamer/mjpg-streamer/
|
||||
|
@ -0,0 +1,12 @@
|
||||
diff -urN mjpg-streamer-r68/Makefile mjpg-streamer-r68.new/Makefile
|
||||
--- mjpg-streamer-r68/Makefile 2008-09-27 16:26:56.000000000 +0200
|
||||
+++ mjpg-streamer-r68.new/Makefile 2009-01-18 16:11:32.000000000 +0100
|
||||
@@ -28,7 +28,7 @@
|
||||
APP_BINARY = mjpg_streamer
|
||||
|
||||
# define the names and targets of the plugins
|
||||
-PLUGINS = input_uvc.so output_file.so output_http.so input_testpicture.so output_autofocus.so input_gspcav1.so
|
||||
+PLUGINS = input_uvc.so output_file.so output_http.so output_autofocus.so input_gspcav1.so
|
||||
|
||||
# define the names of object files
|
||||
OBJECTS=mjpg_streamer.o utils.o
|
Loading…
x
Reference in New Issue
Block a user