Reply To: 1281 Build issues – Ubuntu

#5479
joeyo
Guest

Hi,

I have the exact same issue reported above with Debian Etch and svn-1333. If I configure without ffmpeg, I get:

checking for strsep... yes

otherwise,

checking for strsep... no

Weird, eh?

Changing line 401 in compat.c to

#if !HAVE_STRSEP && !strsep

as suggested above does not fix the issue.

I have libavcodec-dev from: http://packages.debian.org/testing/libdevel/libavcodec-dev

I am configuring as follows:

./configure --enable-sqlite --enable-ffmpeg --with-ffmpeg-includes=/usr/include/ffmpeg

Thanks,