[gstreamer-bugs] [Bug 619916] vp8enc fails test

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri May 28 06:04:03 PDT 2010


https://bugzilla.gnome.org/show_bug.cgi?id=619916
  GStreamer | gst-plugins-bad | git

--- Comment #3 from fkhp101 at tom.com 2010-05-28 13:03:58 UTC ---
======== libvpx is git master from: 
git://review.webmproject.org/libvpx.git

======== gentoo ebuild configure options
src_configure() {
        tc-export CC
        ${S}/configure \
                --prefix=/usr \
                --enable-pic \
                --enable-vp8 \
                --enable-psnr \
                $(use_enable debug) \
                $(use_enable debug debug-libs) \
                $(use_enable doc install-docs) \
                $(use_enable postproc) \
                $(use_enable threads multithread) \
                || die
}

======== options to install libvpx.so: 
        ar x ../libvpx_g.a || die
        cd ..
        cp ${FILESDIR}/libvpx.ver .
        gcc -fPIC -shared -pthread -lm -Wl,--no-undefined
-Wl,-soname,libvpx.so.0 -Wl,--version-script,libvpx.ver -z noexecstack -o
libvpx.so.0.0.0 tmp/*.o || die
        dolib.so libvpx.so*

======== output message while configure is running
>>> Starting src_configure
Configuring selected codecs
  enabling vp8_encoder
  enabling vp8_decoder
Configuring for target 'x86_64-linux-gcc'
  enabling x86_64
  enabling runtime_cpu_detect
  enabling mmx
  enabling sse
  enabling sse2
  enabling sse3
  enabling ssse3
Creating makefiles for x86_64-linux-gcc libs
Creating makefiles for x86_64-linux-gcc examples
Creating makefiles for x86_64-linux-gcc docs
>>> Done src_configure

# ls -l /usr/lib64/libvpx*
-rw-r--r-- 1 root root 882752  5月 28 15:21 /usr/lib64/libvpx.a
lrwxrwxrwx 1 root root     15  5月 27 01:41 /usr/lib64/libvpx.so.0 ->
libvpx.so.0.0.0
-rwxr-xr-x 1 root root 568448  5月 28 15:21 /usr/lib64/libvpx.so.0.0.0

# ldd /usr/lib64/gstreamer-0.10/libgstvp8.so
    linux-vdso.so.1 =>  (0x00007fffe4fff000)
    libgsttag-0.10.so.0 => /usr/lib/libgsttag-0.10.so.0 (0x00007f15a2589000)
    libgstvideo-0.10.so.0 => /usr/lib/libgstvideo-0.10.so.0
(0x00007f15a2380000)
    libgstbase-0.10.so.0 => /usr/lib/libgstbase-0.10.so.0 (0x00007f15a213e000)
    libgstreamer-0.10.so.0 => /usr/lib/libgstreamer-0.10.so.0
(0x00007f15a1e52000)
    libgobject-2.0.so.0 => /usr/lib/libgobject-2.0.so.0 (0x00007f15a1c06000)
    libgmodule-2.0.so.0 => /usr/lib/libgmodule-2.0.so.0 (0x00007f15a1a01000)
    libxml2.so.2 => /usr/lib/libxml2.so.2 (0x00007f15a169f000)
    libdl.so.2 => /lib/libdl.so.2 (0x00007f15a149b000)
    libz.so.1 => /lib/libz.so.1 (0x00007f15a1282000)
    libm.so.6 => /lib/libm.so.6 (0x00007f15a0ffe000)
    libgthread-2.0.so.0 => /usr/lib/libgthread-2.0.so.0 (0x00007f15a0df9000)
    libpthread.so.0 => /lib/libpthread.so.0 (0x00007f15a0bdb000)
    librt.so.1 => /lib/librt.so.1 (0x00007f15a09d2000)
    libglib-2.0.so.0 => /usr/lib/libglib-2.0.so.0 (0x00007f15a06cb000)
    libc.so.6 => /lib/libc.so.6 (0x00007f15a0354000)
    /lib64/ld-linux-x86-64.so.2 (0x00007f15c2d0b000)
#

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.



More information about the Gstreamer-bugs mailing list