bino-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bino-list] bino cross-compile


From: Robert Pliszko
Subject: [Bino-list] bino cross-compile
Date: Thu, 22 Sep 2011 20:34:27 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.22) Gecko/20110907 Mandriva/3.1.14-0.1mdv2010.2 (2010.2) Lightning/1.0b2 Thunderbird/3.1.14

Hi

I've been compiling bino to openelec project. Everething has gone fine (compile and install), but when I run bino from command line:

/usr/bin/bino --input=separate-left-right "/storage/videos/3D/Tron.Legacy.3DBD.LEFT-001.mkv" "/storage/videos/3D/Tron.Legacy.3DBD.RIGHT-001.mkv" --output=green-magenta-dubois --audio=1 --subtitle=0 --subtitle-size=18 --subtitle-encoding=UTF-8 --subtitle-color=FFE401 --subtitle-parallax=0 -f -n

I've got error message:

bino: [wrn] FFmpeg: [matroska,webm @ 0xa68be40] Estimating duration from bitrate, this may be inaccurate
bino: [inf] /storage/videos/3D/Tron.Legacy.3DBD.LEFT-001.mkv:
bino: [inf] Video stream 0: 1920x1088, 1.76:1 / 1920x1088-1.76:1-yuv420p-601-mpeg-l, 118.144 seconds
bino: [inf]         Using up to 2 threads for decoding.
bino: [inf] Audio stream 0: unknown, 6 ch., 48 kHz, 16 bit / unknown-6-48000-s16, 118.144 seconds bino: [wrn] FFmpeg: [matroska,webm @ 0xa690b80] Estimating duration from bitrate, this may be inaccurate
bino: [inf] /storage/videos/3D/Tron.Legacy.3DBD.RIGHT-001.mkv:
bino: [inf] Video stream 0: 1920x1088, 1.76:1 / 1920x1088-1.76:1-yuv420p-601-mpeg-l, 127.628 seconds
bino: [inf]         Using up to 2 threads for decoding.
bino: [inf] Input:
bino: [inf] Video #1/2: 1920x1088, 1.76:1: 1920x1088-1.76:1-yuv420p-601-mpeg-l bino: [inf] Video #2/2: 1920x1088, 1.76:1: 1920x1088-1.76:1-yuv420p-601-mpeg-l
bino: [inf]     Audio unknown, 6 ch., 48 kHz, 16 bit: unknown-6-48000-s16
bino: [inf]     No subtitle.
bino: [inf]     Duration: 118.144 seconds
bino: [inf]     Stereo layout: separate-left-right
bino: [wrn] Cannot suspend screensaver.
bino: [err] Caught signal 11 (Segmentation fault). Aborting.
bino: [err] Report bugs to <address@hidden>.
Aborted


What mean "bino: [err] Caught signal 11 (Segmentation fault). Aborting." at this bino log? Wrong cross compiling of ffmpeg libraries?


The script to cross compile looks:

. config/options $1

BUILD_DIR=$ROOT/$BUILD

strip_gold
strip_lto

cd $PKG_BUILD

export PATH=$PATH:$BUILD_DIR/qt-everywhere-opensource-src-4.7.4/bin
sed -i 's|GETTEXT_MACRO_VERSION = 0.18|GETTEXT_MACRO_VERSION = 0.17|g' po/Makefile.in.in

PKG_CONFIG_PATH=$BUILD_DIR/qt-everywhere-opensource-src-4.7.4/lib/pkgconfig \
libavformat_CFLAGS=-I$BUILD_DIR/ffmpeg-0.8.3/buildd/include \
libavformat_LIBS="-L$BUILD_DIR/ffmpeg-0.8.3/buildd/lib -lavformat -lavcodec" \
libavdevice_CFLAGS=-I$BUILD_DIR/ffmpeg-0.8.3/buildd/include \
libavdevice_LIBS=-L$BUILD_DIR/ffmpeg-0.8.3/buildd/lib \
libswscale_CFLAGS=-I$BUILD_DIR/ffmpeg-0.8.3/buildd/include \
libswscale_LIBS="-L$BUILD_DIR/ffmpeg-0.8.3/buildd/lib -lswscale" \
libass_CFLAGS=-I$BUILD_DIR/libass-0.9.13/ \
libass_LIBS="-L$BUILD_DIR/libass-0.9.13/libass/.libs -lass" \
libopenal_CFLAGS=-I$BUILD_DIR/openal-soft-1.12.854 \
libopenal_LIBS="-L$BUILD_DIR/openal-soft-1.12.854 -lopenal" \
libqtopengl_CFLAGS="-I$BUILD_DIR/qt-everywhere-opensource-src-4.7.4/include -I$BUILD_DIR/qt-everywhere-opensource-src-4.7.4/include/ActiveQt/ -I$BUILD_DIR/qt-everywhere-opensource-src-4.7.4/include/phonon/ -I$BUILD_DIR/qt-everywhere-opensource-src-4.7.4/include/phonon_compat/ -I$BUILD_DIR/qt-everywhere-opensource-src-4.7.4/include/Qt/ -I$BUILD_DIR/qt-everywhere-opensource-src-4.7.4/include/Qt3Support/ -I$BUILD_DIR/qt-everywhere-opensource-src-4.7.4/include/QtCore/ -I$BUILD_DIR/qt-everywhere-opensource-src-4.7.4/include/QtDBus/ -I$BUILD_DIR/qt-everywhere-opensource-src-4.7.4/include/QtDeclarative/ -I$BUILD_DIR/qt-everywhere-opensource-src-4.7.4/include/QtDesigner/ -I$BUILD_DIR/qt-everywhere-opensource-src-4.7.4/include/QtGui/ -I$BUILD_DIR/qt-everywhere-opensource-src-4.7.4/include/QtHelp/ -I$BUILD_DIR/qt-everywhere-opensource-src-4.7.4/include/QtMeeGoGraphicsSystemHelper/ -I$BUILD_DIR/qt-everywhere-opensource-src-4.7.4/include/QtMultimedia/ -I$BUILD_DIR/qt-everywhere-opensource-src-4.7.4/include/QtNetwork/ -I$BUILD_DIR/qt-everywhere-opensource-src-4.7.4/include/QtOpenGL/ -I$BUILD_DIR/qt-everywhere-opensource-src-4.7.4/include/QtOpenVG/ -I$BUILD_DIR/qt-everywhere-opensource-src-4.7.4/include/QtScript/ -I$BUILD_DIR/qt-everywhere-opensource-src-4.7.4/include/QtScriptTools/ -I$BUILD_DIR/qt-everywhere-opensource-src-4.7.4/include/QtSql/ -I$BUILD_DIR/qt-everywhere-opensource-src-4.7.4/include/QtSvg/ -I$BUILD_DIR/qt-everywhere-opensource-src-4.7.4/include/QtTest/ -I$BUILD_DIR/qt-everywhere-opensource-src-4.7.4/include/QtUiTools/ -I$BUILD_DIR/qt-everywhere-opensource-src-4.7.4/include/QtWebKit/ -I$BUILD_DIR/qt-everywhere-opensource-src-4.7.4/include/QtXml/ -I$BUILD_DIR/qt-everywhere-opensource-src-4.7.4/include/QtXmlPatterns" \ libqtopengl_LIBS="-L$BUILD_DIR/qt-everywhere-opensource-src-4.7.4/lib -lQtOpenGL" \
RCC=$BUILD_DIR/qt-everywhere-opensource-src-4.7.4/bin/rcc \
MOC=$BUILD_DIR/qt-everywhere-opensource-src-4.7.4/bin/moc \
\
CFLAGS="-I$BUILD_DIR/Mesa-7.11/include" \
LDFLAGS="-L$BUILD_DIR/libav-0.7/libavdevice -L$BUILD_DIR/libav-0.7/libavcodec -L$BUILD_DIR/libav-0.7/libavutil -L$BUILD_DIR/libav-0.7/libavformat" \ LIBS="-lbz2 -lavdevice -lavcodec -lavutil -lavformat -L$BUILD_DIR/qt-everywhere-opensource-src-4.7.4/lib -lQt3Support -lQtCLucene -lQtCore -lQtDBus -lQtDesignerComponents -lQtDesigner -lQtGui -lQtHelp -lQtMultimedia -lQtNetwork -lQtScript -lQtScriptTools -lQtSql -lQtSvg -lQtTest -lQtXmlPatterns -lQtXml" \
\
./configure \
    --without-equalizer \
    --host=$TARGET_NAME \
    --build=$HOST_NAME  \
    --prefix=/usr \
    --exec-prefix=/usr \
    --sysconfdir=/etc \
    --datadir=/usr/share

make

$MAKEINSTALL


Regards
Robert

Attachment: Robert_Pliszko.vcf
Description: Vcard


reply via email to

[Prev in Thread] Current Thread [Next in Thread]