X-Git-Url: https://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fplugins%2FMakefile;h=a492ca869a08c377fa3215bd1ac151737beeb85c;hb=9a91a25bfcf0a01f410f2a27584c8a6c524d37d1;hp=90e49750feac14a1355efced8ba0eaef4686d2d7;hpb=9f682a609a1817808682efa68cb96a296815bf80;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/plugins/Makefile b/cinelerra-5.1/plugins/Makefile index 90e49750..a492ca86 100644 --- a/cinelerra-5.1/plugins/Makefile +++ b/cinelerra-5.1/plugins/Makefile @@ -1,5 +1,6 @@ export TOPDIR ?= $(CURDIR)/.. include $(TOPDIR)/global_config +default: all ifeq ($(WANT_DVB), yes) LIVEDVB = liveaudio livevideo @@ -66,6 +67,7 @@ DIRS = $(OPENCV_OBJS) \ gamma \ gradient \ graphic \ + histeq \ histogram \ histogram_bezier \ holo \ @@ -119,6 +121,7 @@ DIRS = $(OPENCV_OBJS) \ shiftinterlace \ slide \ spectrogram \ + spherecam \ svg \ swapchannels \ swapframes \