Search found 2 matches

by brad0
Sat May 26, 2012 3:33 am
Forum: H.323 Plus (Open Source H.323 Stack)
Topic: H.323 Plus and FFmpeg compatibility
Replies: 3
Views: 12041

Re: H.323 Plus and FFmpeg compatibility

The issue with the autoconf script is the library check for libavcodec...

AC_CHECK_LIB(avcodec, h263p_encoder, [HAVE_H263=yes], [HAVE_H263=no])
AC_CHECK_LIB(avcodec, h263p_encoder, [HAVE_H263P=yes], [HAVE_H263P=no])
AC_CHECK_LIB(avcodec, mpeg4_encoder, [HAVE_MPEG4=yes], [HAVE_MPEG4=no])
AC_CHECK ...
by brad0
Sat May 12, 2012 8:41 pm
Forum: H.323 Plus (Open Source H.323 Stack)
Topic: H.323 Plus and FFmpeg compatibility
Replies: 3
Views: 12041

H.323 Plus and FFmpeg compatibility

I wanted to reach the author regarding the compatibility issues with H.323 Plus (1.24.0) and older FFmpeg releases (.e.g. 0.7 branch) never mind something fairly new-ish like the 0.10 branch. H.323 Plus is the only project left in the OpenBSD ports tree I'm having issues with trying to build with ...