octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: octave-forge video package


From: nitnit
Subject: Re: octave-forge video package
Date: Mon, 1 Apr 2013 13:32:59 -0700 (PDT)

Christian Scholz wrote
> Hi everyone,
> 
> I had some problems building the video package on my system using the 
> code provided on the website.
> After help from #octave I got it to work with the current svn and the 
> following changes applied:
> 
> --- configure.ac        (revision 11765)
> +++ configure.ac        (working copy)
> @@ -22,7 +22,7 @@
> 
>   AC_CHECK_LIB([avformat], [av_write_frame], [],
>                [AC_MSG_ERROR([$PACKAGE_NAME requires libavformat from 
> FFmpeg])])
> -AC_CHECK_LIB([avcodec], [av_malloc], [],
> +AC_CHECK_LIB([avutil], [av_malloc], [],
>                [AC_MSG_ERROR([$PACKAGE_NAME requires libavcodec from 
> FFmpeg])])
>   AC_CHECK_LIB([swscale], [sws_scale], [],
>                [AC_MSG_ERROR([$PACKAGE_NAME requires libswscale from 
> FFmpeg])])
> 
> 
> because av_malloc is part of lavutil on  my system. Don't know if that 
> counts as a bug, but I wanted to contribute that.

I couldn't built current svn video pkg with recent ffmpeg libs because of
some deprecated functions and incompatibility of AVhandler.cc with recent
ffmpeg libs !

Can you tell which version of ffmpeg libs have you used ?

Nitzan



--
View this message in context: 
http://octave.1599824.n4.nabble.com/octave-forge-video-package-tp4651335p4651402.html
Sent from the Octave - Maintainers mailing list archive at Nabble.com.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]