XBMC + Hi10P + external ffmpeg

72 views
Skip to first unread message

Kenneth Tan

unread,
Apr 24, 2012, 5:58:49 AM4/24/12
to geexbo...@googlegroups.com
Tom asked me to post the diffs for building against external ffmpeg with Hi10P support

I'd like to disclaim that this builds without significant errors. Seems to work against Hi10P video.
But I have no idea if audio processing under ffmpeg breaks. Nor if HW accelerated video (vdpau / libva ) still works correctly. And I don't have all my gear yet for testing.

And I'm fairly sure we don't need everything from ffmpeg.

And it seems to work for me.

diff -r cb8a117245f0 packages/ffmpeg/build
--- a/packages/ffmpeg/build Sun Mar 25 16:45:54 2012 +0200
+++ b/packages/ffmpeg/build Sat Mar 31 14:28:07 2012 +0800
@@ -48,7 +48,6 @@
--disable-ffserver \
--disable-ffmpeg \
--enable-postproc \
- --disable-avfilter \
--enable-pthreads \
--disable-x11grab \
$OPTIM_CONFIG \
diff -r cb8a117245f0 packages/ffmpeg/install
--- a/packages/ffmpeg/install Sun Mar 25 16:45:54 2012 +0200
+++ b/packages/ffmpeg/install Sat Mar 31 14:28:07 2012 +0800
@@ -4,6 +4,4 @@

cd $BUILD/$1*

-do_install usr/lib/libav*.so*
-do_install usr/lib/libswscale.so.*
-do_install usr/lib/libpostproc.so.*
+do_install usr/lib/lib*.so*
diff -r cb8a117245f0 packages/ffmpeg/meta
--- a/packages/ffmpeg/meta Sun Mar 25 16:45:54 2012 +0200
+++ b/packages/ffmpeg/meta Sat Mar 31 14:28:07 2012 +0800
@@ -1,5 +1,5 @@
PKG_NAME=ffmpeg
-PKG_VERSION=0.10
+PKG_VERSION=0.10.2
PKG_URL="http://ffmpeg.org/releases/ffmpeg-${PKG_VERSION}.tar.bz2"
PKG_REV=1
PKG_DEPENDS="zlib bzip2"

Reply all
Reply to author
Forward
0 new messages