mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
update to libtheora-1.1alpha2
This commit is contained in:
parent
56d4155127
commit
daac87e969
@ -25,6 +25,8 @@ cd $PKG_BUILD
|
||||
--with-vorbis-includes=$SYSROOT_PREFIX/usr/include \
|
||||
# --with-sdl-prefix=$SYSROOT_PREFIX/usr
|
||||
|
||||
make
|
||||
make -C lib
|
||||
|
||||
$MAKEINSTALL
|
||||
make DESTDIR=$SYSROOT_PREFIX/usr -C lib install
|
||||
make DESTDIR=$SYSROOT_PREFIX/usr -C include install
|
||||
make DESTDIR=$SYSROOT_PREFIX/usr install-pkgconfigDATA
|
||||
|
@ -1,24 +0,0 @@
|
||||
diff -up libtheora-1.0/lib/Makefile.am.orig libtheora-1.0/lib/Makefile.am
|
||||
--- libtheora-1.0/lib/Makefile.am.orig 2008-10-24 06:07:31.000000000 +0200
|
||||
+++ libtheora-1.0/lib/Makefile.am 2008-12-16 21:06:12.000000000 +0100
|
||||
@@ -144,6 +144,7 @@ libtheoraenc_la_SOURCES = \
|
||||
libtheoraenc_la_LDFLAGS = \
|
||||
-version-info @THENC_LIB_CURRENT@:@THENC_LIB_REVISION@:@THENC_LIB_AGE@ \
|
||||
@THEORAENC_LDFLAGS@ $(OGG_LIBS)
|
||||
+libtheoraenc_la_LIBADD = libtheoradec.la
|
||||
|
||||
libtheora_la_SOURCES = \
|
||||
$(decoder_arch_sources) \
|
||||
diff -up libtheora-1.0/lib/Makefile.in.orig libtheora-1.0/lib/Makefile.in
|
||||
--- libtheora-1.0/lib/Makefile.in.orig 2008-10-29 11:36:47.000000000 +0100
|
||||
+++ libtheora-1.0/lib/Makefile.in 2008-12-16 21:06:08.000000000 +0100
|
||||
@@ -116,7 +116,8 @@ am__libtheoradec_la_SOURCES_DIST = dec/x
|
||||
Version_script-dec
|
||||
am_libtheoradec_la_OBJECTS = $(am__objects_2) $(am__objects_3)
|
||||
libtheoradec_la_OBJECTS = $(am_libtheoradec_la_OBJECTS)
|
||||
-libtheoraenc_la_LIBADD =
|
||||
+libtheoraenc_la_LIBADD = libtheoradec.la
|
||||
+libtheoraenc_la_DEPENDENCIES = libtheoradec.la
|
||||
am__libtheoraenc_la_SOURCES_DIST = $(enc_arch_dir)/dct_decode_mmx.c \
|
||||
$(enc_arch_dir)/dsp_mmx.c $(enc_arch_dir)/dsp_mmxext.c \
|
||||
$(enc_arch_dir)/recon_mmx.c $(enc_arch_dir)/idct_mmx.c \
|
@ -1 +1 @@
|
||||
http://downloads.xiph.org/releases/theora/libtheora-1.0.tar.gz
|
||||
http://downloads.xiph.org/releases/theora/libtheora-1.1alpha2.tar.gz
|
Loading…
x
Reference in New Issue
Block a user