camera zoom fix, upgrade giflib, configure.ac ix86 probe tweaks, any python
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / Makefile
index 09ce46e9f03e7b64c8e373e1451d73b525533305..dfdfd230335de818489011103e78062d58f9d867 100644 (file)
@@ -555,6 +555,8 @@ ydiff:      ydiff.C $(LIBRARIES)
 
 shdmp: shdmp.C
        @g++ $(CFLAGS) shdmp.C -o $@
+shudmp:        shudmp.C
+       @g++ $(CFLAGS) shudmp.C -o $@ -lusb-1.0
 
 clean:
        rm -rf $(OBJDIR)
@@ -562,7 +564,7 @@ clean:
 
 
 tags:
-       ctags -R -h default --langmap=c:+.inc . ../guicast/ ../libzmpeg3 ../plugins ../thirdparty/ffmpeg-*
+       ctags -R -h default --langmap=c:+.inc . ../guicast/ ../libzmpeg3 ../plugins ../thirdparty/ffmpeg-* ../thirdparty/giflib-*
 
 
 $(OBJDIR)/%.o:         %.C