[FFmpeg-devel] [PATCH] avformat: avisynth demuxer rewrite

Michael Niedermayer michaelni at gmx.at
Thu Oct 25 18:29:24 CEST 2012


On Thu, Oct 25, 2012 at 12:12:01PM -0400, d s wrote:
> On Sat, Oct 20, 2012 at 12:53 PM, Ramiro Polla <ramiro.polla at gmail.com> wrote:
[...]
> >> --- configure.orig      2012-06-07 17:01:19.000000000 -0400
> >> +++ configure   2012-09-10 02:07:56.300063208 -0400
> >> @@ -3204,7 +3204,9 @@
> >>  check_mathfunc truncf
> >>
> >>  # these are off by default, so fail if requested and not available
> >> -enabled avisynth   && require2 vfw32 "windows.h vfw.h" AVIFileInit
> >> -lavifil32
> >> +enabled avisynth   && { { check_lib2 "windows.h" LoadLibrary &&
> >> check_header "avisynth_c.h"; } ||
> >> +                        { check_lib2 "dlfcn.h" dlopen -ldl &&
> >> check_header "avxsynth_c.h"; } ||
> >> +                        die "ERROR: avisynth and/or LoadLibrary/dlopen
> >> not found"; }
> >
> >
> > Why is avxsynth_c.h not installed with avxsynth? Where can users find
> > instructions on how to properly install the library so it is detected/used
> > by ffmpeg? This should be documented somewhere. Same thing goes to finding
> > avisynth_c.h.
> >
> > Using avxsynth_c.h provided with avxsynth I get some errors such as:
> > error: unknown type name ‘avs_create_script_environment_func’
> >
> > I can try again once I can actually test.
> >
> The patch requires changes to avxsynth_c.h that have not been pushed
> to the public repository. We were waiting for review on this patch
> before making the changes available.

Iam waiting for ramiro to review, and he needs that file to test and
review

could it be that we deadlocked us somehow here ?

[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

Dictatorship naturally arises out of democracy, and the most aggravated
form of tyranny and slavery out of the most extreme liberty. -- Plato
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20121025/f77dac24/attachment.asc>


More information about the ffmpeg-devel mailing list