On Wednesday 26 May 2010 00:56:43 Alberto Villa wrote: > could you please apply the attached patch (or a similar fix) to avoid > hardcoding -ldl in the avformat makefile? this is breaking the build on > - at least - freebsd
hello! this is the time of decklink :) thanks! -- Alberto Villa, FreeBSD committer <[email protected]> http://people.FreeBSD.org/~avilla Democracy is the theory that the common people know what they want, and deserve to get it good and hard. -- H. L. Mencken, "Little Book in C major", 1916
diff --git a/src/modules/decklink/Makefile b/src/modules/decklink/Makefile index d84bc7d..bd3b2e8 100755 --- a/src/modules/decklink/Makefile +++ b/src/modules/decklink/Makefile @@ -13,7 +13,7 @@ SRCS := $(OBJS:.o=.cpp) CXXFLAGS += $(CFLAGS) -Wno-deprecated -Wno-multichar -fno-rtti -LDFLAGS += -ldl +LDFLAGS += $(LIBDL) all: $(TARGET)
signature.asc
Description: This is a digitally signed message part.
------------------------------------------------------------------------------ Forrester recently released a report on the Return on Investment (ROI) of Google Apps. They found a 300% ROI, 38%-56% cost savings, and break-even within 7 months. Over 3 million businesses have gone Google with Google Apps: an online email calendar, and document program that's accessible from your browser. Read the Forrester report: http://p.sf.net/sfu/googleapps-sfnew
_______________________________________________ Mlt-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mlt-devel
