aboutsummaryrefslogtreecommitdiff
path: root/multimedia/mjpg-streamer/files/patch-plugins_input__testpicture_Makefile
blob: bd97e8fccd4cb26228999758f9bd20c1ef39a6da (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- plugins/input_testpicture/Makefile.orig	2021-02-20 17:47:40 UTC
+++ plugins/input_testpicture/Makefile
@@ -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