diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2008-02-26 16:07:56 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2008-02-26 16:07:56 +0000 |
commit | a0dd18a461473509b6d5611fade6d382f47c0a71 (patch) | |
tree | 795e3e690da17d64e111bcf0c0298c105acff0be /media-video/ffmpegthumbnailer/files | |
parent | app-admin/setools: new upstream bugfix release. (diff) | |
download | historical-a0dd18a461473509b6d5611fade6d382f47c0a71.tar.gz historical-a0dd18a461473509b6d5611fade6d382f47c0a71.tar.bz2 historical-a0dd18a461473509b6d5611fade6d382f47c0a71.zip |
Version bump.
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'media-video/ffmpegthumbnailer/files')
-rw-r--r-- | media-video/ffmpegthumbnailer/files/ffmpegthumbnailer-1.2.1-asneeded.patch | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/media-video/ffmpegthumbnailer/files/ffmpegthumbnailer-1.2.1-asneeded.patch b/media-video/ffmpegthumbnailer/files/ffmpegthumbnailer-1.2.1-asneeded.patch new file mode 100644 index 000000000000..8e80fc3b4c6e --- /dev/null +++ b/media-video/ffmpegthumbnailer/files/ffmpegthumbnailer-1.2.1-asneeded.patch @@ -0,0 +1,8 @@ +diff -ur ffmpegthumbnailer-1.2.1.orig/src/libffmpegthumbnailer/Makefile.am ffmpegthumbnailer-1.2.1/src/libffmpegthumbnailer/Makefile.am +--- ffmpegthumbnailer-1.2.1.orig/src/libffmpegthumbnailer/Makefile.am 2008-02-26 13:40:33.000000000 +0200 ++++ ffmpegthumbnailer-1.2.1/src/libffmpegthumbnailer/Makefile.am 2008-02-26 18:01:22.000000000 +0200 +@@ -11,3 +11,4 @@ + + libffmpegthumbnailer_includedir = $(includedir)/libffmpegthumbnailer + libffmpegthumbnailer_la_LDFLAGS = -version-info 2:0:0 ++libffmpegthumbnailer_la_LIBADD = $(FFMPEG_LIBS) $(PNG_LIBS) -ljpeg |