diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-08-27 16:52:37 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-08-27 16:52:37 +0000 |
commit | 187dc67a90d015302376f1dd1b361b52fc298b71 (patch) | |
tree | 96155a3b9031e7ef68c53e2651ec36b7a7042882 /media-libs/libtheora/files | |
parent | Stable for HPPA (bug #281402). (diff) | |
download | gentoo-2-187dc67a90d015302376f1dd1b361b52fc298b71.tar.gz gentoo-2-187dc67a90d015302376f1dd1b361b52fc298b71.tar.bz2 gentoo-2-187dc67a90d015302376f1dd1b361b52fc298b71.zip |
Sigh.
(Portage version: 2.2_rc40/cvs/Linux x86_64)
Diffstat (limited to 'media-libs/libtheora/files')
-rw-r--r-- | media-libs/libtheora/files/libtheora-1.1_beta3-theora_disable_encode.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/media-libs/libtheora/files/libtheora-1.1_beta3-theora_disable_encode.patch b/media-libs/libtheora/files/libtheora-1.1_beta3-theora_disable_encode.patch index 7a1c8232e466..310e572bd4f8 100644 --- a/media-libs/libtheora/files/libtheora-1.1_beta3-theora_disable_encode.patch +++ b/media-libs/libtheora/files/libtheora-1.1_beta3-theora_disable_encode.patch @@ -1,14 +1,14 @@ diff -ur libtheora-1.1beta3.orig/lib/Makefile.am libtheora-1.1beta3/lib/Makefile.am --- libtheora-1.1beta3.orig/lib/Makefile.am 2009-08-06 04:43:12.000000000 +0300 -+++ libtheora-1.1beta3/lib/Makefile.am 2009-08-27 19:46:10.000000000 +0300 ++++ libtheora-1.1beta3/lib/Makefile.am 2009-08-27 19:51:51.000000000 +0300 @@ -17,7 +17,11 @@ x86/x86state.c \ x86_vc +if THEORA_DISABLE_ENCODE - lib_LTLIBRARIES = libtheoradec.la libtheora.la ++lib_LTLIBRARIES = libtheoradec.la libtheora.la +else -+lib_LTLIBRARIES = libtheoradec.la libtheoraenc.la libtheora.la + lib_LTLIBRARIES = libtheoradec.la libtheoraenc.la libtheora.la +endif if THEORA_DISABLE_ENCODE |