diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-08-27 16:50:34 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-08-27 16:50:34 +0000 |
commit | f15abb37c94c0ad8379d0573a6b2717d1906ad32 (patch) | |
tree | 8bb1ebdc495c02830f3c06a82e2c63587bc9b409 /media-libs/libtheora/files | |
parent | Stable for HPPA (bug #280845). (diff) | |
download | gentoo-2-f15abb37c94c0ad8379d0573a6b2717d1906ad32.tar.gz gentoo-2-f15abb37c94c0ad8379d0573a6b2717d1906ad32.tar.bz2 gentoo-2-f15abb37c94c0ad8379d0573a6b2717d1906ad32.zip |
Embarrasing mistake.
(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 | 4 |
1 files changed, 2 insertions, 2 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 b335c9ff2531..7a1c8232e466 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 @@ -6,9 +6,9 @@ diff -ur libtheora-1.1beta3.orig/lib/Makefile.am libtheora-1.1beta3/lib/Makefile x86_vc +if THEORA_DISABLE_ENCODE - lib_LTLIBRARIES = libtheoradec.la libtheoraenc.la libtheora.la + lib_LTLIBRARIES = libtheoradec.la libtheora.la +else -+lib_LTLIBRARIES = libtheoradec.la libtheora.la ++lib_LTLIBRARIES = libtheoradec.la libtheoraenc.la libtheora.la +endif if THEORA_DISABLE_ENCODE |