[annodex-dev] Compilation of liboggplay
Stéphane Raimbault
stephane.raimbault at makina-corpus.com
Mon Feb 11 04:31:16 PST 2008
Hello,
The firefox plugin available on the Web site doesn't seem to work so I
try to compile the trunk.
http://svn.annodex.net/liboggplay/trunk
In configure.ac, this version number is not accurate
dnl Minimum required version of libfishsound
oggplay_FISHSOUND="0.7.0"
you check, fishsound > "$oggplay_FISHSOUND" (superior strict)
so if you've installed the 0.7 version, the message is wrong :
AC_MSG_ERROR([
*** The version of libfishsound installed on your system is too old. You
need
*** at least libfishsound version $oggplay_FISHSOUND to build
liboggplay.
])
Can you change for 0.8 or 0.9 for example ?
I also use a quick hack to compile sucessfully in src/tools/Makefile.am
OGGPLAYDIR = ../liboggplay
OGGPLAY_LIBS = $(OGGPLAYDIR)/liboggplay.la @OGGZ_LIBS@ @THEORA_LIBS@ \
- @FISHSOUND_LIBS@ @SEMAPHORE_LIBS@
+ @FISHSOUND_LIBS@ @SEMAPHORE_LIBS@ /usr/lib/libImlib2.so
Regards,
Stéphane Raimbault
More information about the annodex-dev
mailing list