diff options
author | Alexis Ballier <aballier@gentoo.org> | 2006-10-21 20:44:37 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2006-10-21 20:44:37 +0000 |
commit | 7f5d80cf161e3d525b0cf30d1eef060a941d2acc (patch) | |
tree | ffda8700bb9c9b990d3081c96cbb382d4f1b59ba /media-video/motion/files | |
parent | Version bump. Resolves bug #120982. This ebuild uses generation 2 and add sup... (diff) | |
download | historical-7f5d80cf161e3d525b0cf30d1eef060a941d2acc.tar.gz historical-7f5d80cf161e3d525b0cf30d1eef060a941d2acc.tar.bz2 historical-7f5d80cf161e3d525b0cf30d1eef060a941d2acc.zip |
Adding a patch to compile with ffmpeg 0.4.9, bug #149400
Package-Manager: portage-2.1.2_pre3-r6
Diffstat (limited to 'media-video/motion/files')
-rw-r--r-- | media-video/motion/files/motion-3.2.4-ffmpeg-compat.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/media-video/motion/files/motion-3.2.4-ffmpeg-compat.patch b/media-video/motion/files/motion-3.2.4-ffmpeg-compat.patch new file mode 100644 index 000000000000..e3bf11f304f3 --- /dev/null +++ b/media-video/motion/files/motion-3.2.4-ffmpeg-compat.patch @@ -0,0 +1,11 @@ +--- motion-3.2.4/Makefile.in.old 2006-10-21 22:27:48.000000000 +0200 ++++ motion-3.2.4/Makefile.in 2006-10-21 22:28:56.000000000 +0200 +@@ -31,7 +31,7 @@ + # install. # + ################################################################################ + CFLAGS = @CFLAGS@ -Wall -DVERSION=\"$(VERSION)\" -D_REENTRANT \ +- -Dsysconfdir=\"$(sysconfdir)\" ++ -DFFMPEG_AVWRITEFRAME_NEWAPI -Dsysconfdir=\"$(sysconfdir)\" + LDFLAGS = @LDFLAGS@ + LIBS = @LIBS@ + VIDEO_OBJ = @VIDEO@ |