X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fthirdparty%2FMakefile;h=a94870ed465881ad85ad0116e6f6c171f788c66d;hb=0d49253b107e67067b6143958fee3f8e4c0e0b6c;hp=a00f21b4fba497fa6e07510461c9b133c72d96ae;hpb=089f2be86316b88f72a6c359ab10e2b95539005b;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/thirdparty/Makefile b/cinelerra-5.1/thirdparty/Makefile index a00f21b4..a94870ed 100644 --- a/cinelerra-5.1/thirdparty/Makefile +++ b/cinelerra-5.1/thirdparty/Makefile @@ -32,12 +32,12 @@ BLD := $(THIRDPARTY)/build # package build flags, if needed # need frame pointer for debugs and helps with profiling -PKG_CFLAGS_ ?= -g -O2 -fno-omit-frame-pointer # NOTE: the trailing blank is MANDITORY or the builds fail # due to bugs in the build scripts from auto* -CFLAGS = $(PKG_CFLAGS_) -LDFLAGS += $(PKG_LDFLAGS_) -CXXFLAGS += $(PKG_CXXFLAGS_) +CFLAGS_ ?= -g -O2 -fno-omit-frame-pointer +CFLAGS ?= $(CFLAGS_) +LDFLAGS += $(LDFLAGS_) +CXXFLAGS += $(CXXFLAGS_) pkg-source=$(BLD)/$(1).source pkg-config=$(BLD)/$(1).configure @@ -241,7 +241,7 @@ $(call rules,$(call std-build,giflib)) $(call rules,$(call std-build,ilmbase)) $(call rules,$(call std-build,ladspa)) $(call rules,$(call std-build,lame)) -$(call rules,$(call std-build,libavc1394)) +$(call rules,$(call std-build,libavc1394,libraw1394)) $(call rules,$(call std-build,libdv)) $(call rules,$(call std-build,libiec61883)) $(call rules,$(call std-build,libjpeg))