head 1.2; access; symbols pkgsrc-2013Q2:1.2.0.8 pkgsrc-2013Q2-base:1.2 pkgsrc-2012Q4:1.2.0.6 pkgsrc-2012Q4-base:1.2 pkgsrc-2011Q4:1.2.0.4 pkgsrc-2011Q4-base:1.2 pkgsrc-2011Q2:1.2.0.2 pkgsrc-2011Q2-base:1.2 pkgsrc-2010Q4:1.1.0.6 pkgsrc-2010Q4-base:1.1 pkgsrc-2010Q3:1.1.0.4 pkgsrc-2010Q3-base:1.1 pkgsrc-2010Q2:1.1.0.2 pkgsrc-2010Q2-base:1.1; locks; strict; comment @# @; 1.2 date 2011.01.17.17.03.03; author drochner; state dead; branches; next 1.1; 1.1 date 2010.05.14.17.06.19; author drochner; state Exp; branches; next ; desc @@ 1.2 log @update to 0.10.11 changes: -Synced to FFmpeg 0.6 branch -Add mappings for all new codecs -encoders: proxy downstream width/height/framerate -encoders: Fix timestamps @ text @$NetBSD: patch-ae,v 1.1 2010/05/14 17:06:19 drochner Exp $ --- gst-libs/ext/ffmpeg/subdir.mak.orig 2010-05-05 18:45:14.000000000 +0000 +++ gst-libs/ext/ffmpeg/subdir.mak @@@@ -51,9 +51,9 @@@@ install-libs: install-lib$(NAME)-shared $(SUBDIR)$(SLIBNAME): $(SUBDIR)$(SLIBNAME_WITH_MAJOR) cd ./$(SUBDIR) && $(LN_S) $(SLIBNAME_WITH_MAJOR) $(SLIBNAME) -$(SUBDIR)$(SLIBNAME_WITH_MAJOR): $(OBJS) $(SUBDIR)lib$(NAME).ver +$(SUBDIR)$(SLIBNAME_WITH_MAJOR): $(OBJS:.o=.lo) $(SUBDIR)lib$(NAME).ver $(SLIB_CREATE_DEF_CMD) - $(LD) $(SHFLAGS) $(FFLDFLAGS) -o $$@@ $$(filter %.o,$$^) $(FFEXTRALIBS) $(EXTRAOBJS) + ${LIBTOOL} --mode=link $(LD) $(SHFLAGS) $(FFLDFLAGS) -o $$@@ $$(filter %.lo,$$^) $(FFEXTRALIBS) $(EXTRAOBJS) $(SLIB_EXTRA_CMD) ifdef SUBDIR @ 1.1 log @update to 0.10.10 This switches from the bundled ffmpeg library to the pkgsrc one, although this is strongly discouraged -- the build process of the bundled one os so f'ed up that I couldn't get it to build with pkgsrc libtool with readonable effort. The update is needed for some push/pull change in gstreamer which is needed for the totem youtube plugin. @ text @d1 1 a1 1 $NetBSD$ @