summaryrefslogtreecommitdiff
path: root/rotord/Makefile
diff options
context:
space:
mode:
authorTim Redfern <tim@herge.(none)>2013-05-18 21:08:27 +0100
committerTim Redfern <tim@herge.(none)>2013-05-18 21:08:27 +0100
commitbf6cdebfb16122c33adcc912601c399e72a763ff (patch)
tree0e61f5f48b187a7f8f2ed0f449095724924fee14 /rotord/Makefile
parentbcd9eeed1f60c594da11d93c1b52c4ec192280ce (diff)
removed gstreamer
Diffstat (limited to 'rotord/Makefile')
-rw-r--r--rotord/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/rotord/Makefile b/rotord/Makefile
index 4735e7a..245a0dd 100644
--- a/rotord/Makefile
+++ b/rotord/Makefile
@@ -3,7 +3,8 @@
#http://docs.gstreamer.com/display/GstSDK/Installing+on+Linux
#MY_CFLAGS = -fpermissive -std=c++11 -Wno-error -I /opt/gstreamer-sdk/include/gstreamer-0.10/ -I /opt/gstreamer-sdk/include/glib-2.0 -I /opt/gstreamer-sdk/lib/glib-2.0/include -I /opt/gstreamer-sdk/include/libxml2 $(shell pkg-config gstreamer-0.10 gstreamer-video-0.10 gstreamer-base-0.10 --cflags)
-MY_CFLAGS = -fpermissive -std=c++11 -Wno-error $(shell pkg-config gstreamer-0.10 gstreamer-video-0.10 gstreamer-base-0.10 --cflags)
+MY_CFLAGS = -fpermissive -std=c++11
+#-Wno-error $(shell pkg-config gstreamer-0.10 gstreamer-video-0.10 gstreamer-base-0.10 --cflags)
# -I ../ffmpeg