Author: megabajt Date: Thu Apr 5 17:43:23 2007 GMT Module: SOURCES Tag: HEAD ---- Log message: - fix linking with libswscale.so
---- Files affected: SOURCES: ffmpegthumbnailer-link.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SOURCES/ffmpegthumbnailer-link.patch diff -u /dev/null SOURCES/ffmpegthumbnailer-link.patch:1.1 --- /dev/null Thu Apr 5 19:43:23 2007 +++ SOURCES/ffmpegthumbnailer-link.patch Thu Apr 5 19:43:18 2007 @@ -0,0 +1,9 @@ +diff -urN ffmpegthumbnailer-1.1/src/Makefile.am ffmpegthumbnailer-1.1.new/src/Makefile.am +--- ffmpegthumbnailer-1.1/src/Makefile.am 2007-02-24 15:14:47.000000000 +0100 ++++ ffmpegthumbnailer-1.1.new/src/Makefile.am 2007-04-05 19:10:16.000000000 +0200 +@@ -7,4 +7,4 @@ + pngwriter.h pngwriter.cpp \ + stringoperations.h stringoperations.cpp + +-ffmpegthumbnailer_LDADD = -lavutil -lavcodec -lavformat -lpng ++ffmpegthumbnailer_LDADD = -lswscale -lavutil -lavcodec -lavformat -lpng ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
