Displaying 5 results from an estimated 5 matches for "ltheora".
Did you mean:
theora
2011 Oct 13
1
Problem with Ices
2009 May 12
2
compile error of libtheora example
hi all:
i downloaded libtheora1.0.tar.gz from xiph.org, and when i compile it,
such error message popped.
i tried to run player_example.c under /libtheora_1.0/examples/.
error message:
ivysummer at ivysummer-desktop:~/??/libtheora-1.0/examples$ gcc -o player
player_example.c
/tmp/ccpyle3c.o: In function `buffer_data':
player_example.c:(.text+0x15): undefined reference to
2006 Mar 28
0
theora-exp namespacing
...and libtheorabase for shared and utility routines.
However, I've now merged libtheorabase into libtheoradec, so you only
have to link to one library to get a working decoder. Encoders now link
to libtheoraenc and libtheoradec instead of *enc and *base as before.
So in analog to tremor, you -ltheoradec instead of -ltheora now. :)
-r
2009 Jul 24
2
ffmpeg2theora: Undefined symbols?
...KAGE_STRING=\"ffmpeg2theora-0.24\" -DPACKAGE=\"ffmpeg2theora\" -
D_FILE_OFFSET_BITS=64 -DHAVE_FRAMEHOOK -I. -I/usr/local/include -
Iffmpeg src/theorautils.c
gcc -o ffmpeg2theora src/avinfo.o src/ffmpeg2theora.o src/iso639.o src/
subtitles.o src/theorautils.o -L/usr/local/lib -ltheora ffmpeg/
libavformat/libavformat.a ffmpeg/libavcodec/libavcodec.a ffmpeg/
libavdevice/libavdevice.a -lz -lbz2 -lm -lvorbisenc -lvorbis -logg
ffmpeg/libpostproc/libpostproc.a ffmpeg/libavutil/libavutil.a ffmpeg/
libswscale/libswscale.a
Undefined symbols:
"_avcodec_decode_video2", re...
2008 Aug 26
2
Error while compiling Ices 0.4
...figure:20905: $? = 0
configure:20925: result: yes
configure:20960: checking for shout/shout.h
configure:20967: result: yes
configure:20976: checking for shout_new
configure:21033: arm-linux-gcc -o conftest -g -O2 -Wall -pthread
-I/usr/local/include conftest.c -L/usr/local/lib -lshout -lvorbis -lm
-ltheora -lspeex -logg >&5
/usr/local/lib/libshout.so: could not read symbols: Invalid operation
collect2: ld returned 1 exit status
configure:21039: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "ices"
| #define PACKAGE_TARNAME "ices"
| #d...