[theora] ogg movie out of png pics

All Pebre all.i.pebre at gmail.com
Mon Aug 28 13:15:01 PDT 2006


Hi,

seemingly the latest theora package is not yet in the ubuntu
repository, so that I downloaded it (libtheora-1.0alpha7.tar.bz2) and
compiled correctly. The problem is that encoder_example is not
created. I see in the directory examples the c file,
encoder_example.c, but no object file; therefore I tried to compile it
but...

 gcc -o encoder_example encoder_example.c
                      /tmp/libtheora-1.0alpha7/examples
encoder_example.c:53:26: error: vorbis/codec.h: El fitxer o directori
no existeix
encoder_example.c:54:30: error: vorbis/vorbisenc.h: El fitxer o
directori no existeix
encoder_example.c:328: error: syntax error before 'vorbis_dsp_state'
encoder_example.c: In function 'fetch_and_process_audio':
encoder_example.c:334: error: 'audioflag' undeclared (first use in
this function)
encoder_example.c:334: error: (Cada identificador no declarat solament
es reporta una vegada
encoder_example.c:334: error: per a cada funció en la qual apareix.)
encoder_example.c:337: error: 'vo' undeclared (first use in this function)
encoder_example.c:337: error: 'audiopage' undeclared (first use in
this function)
encoder_example.c:354: error: 'vd' undeclared (first use in this function)
encoder_example.c:356: avís: assignment makes pointer from integer
without a cast
encoder_example.c:370: error: 'vb' undeclared (first use in this function)
encoder_example.c: In function 'main':
encoder_example.c:537: error: 'vorbis_info' undeclared (first use in
this function)
encoder_example.c:537: error: syntax error before 'vi'
encoder_example.c:539: error: 'vorbis_comment' undeclared (first use
in this function)
encoder_example.c:541: error: 'vorbis_dsp_state' undeclared (first use
in this function)
encoder_example.c:542: error: 'vorbis_block' undeclared (first use in
this function)
encoder_example.c:719: error: 'vi' undeclared (first use in this function)
encoder_example.c:730: error: 'vc' undeclared (first use in this function)
encoder_example.c:731: error: 'vd' undeclared (first use in this function)
encoder_example.c:732: error: 'vb' undeclared (first use in this function)


More information about the theora mailing list