Hi, Am 23.03.2012 00:03, schrieb m.e.grimm: > Hello, > With your latest revisions I am getting this error now when running make: > > -I/sw/include -I/sw/include -I/sw/include -D_REENTRANT > -D_FILE_OFFSET_BITS=64 -I/sw/include -Wall -Wmissing-declarations > -Wdeclaration-after-statement -MT audio.lo -MD -MP -MF .deps/audio.Tpo > -c -o audio.lo audio.c > libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include > -DLOCALE_DIR=\"/usr/local/share/locale\" -D__BGAV__ > -fvisibility=hidden -O3 -funroll-all-loops -ffast-math > -I/sw/include/mpeg2dec -I/sw/include -I/sw/include -I/sw/include > -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/sw/include -Wall > -Wmissing-declarations -Wdeclaration-after-statement -MT audio.lo -MD > -MP -MF .deps/audio.Tpo -c audio.c -fno-common -DPIC -o .libs/audio.o > audio.c: In function 'bgav_get_audio_compression_info': > audio.c:427: error: 'GAVL_CODEC_ID_FLAC' undeclared (first use in this > function) > audio.c:427: error: (Each undeclared identifier is reported only once > audio.c:427: error: for each function it appears in.) > make[2]: *** [audio.lo] Error 1 > make[1]: *** [all-recursive] Error 1 > make: *** [all-recursive] Error 1
You just need to update gavl from svn. Needed to support compressed flac demuxing so I can properly tag my music archive without transcoding :) Burkhard ------------------------------------------------------------------------------ This SF email is sponsosred by: Try Windows Azure free for 90 days Click Here http://p.sf.net/sfu/sfd2d-msazure _______________________________________________ Gmerlin-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/gmerlin-general
