$ apt-cache policy libav-tools
libav-tools:
  Installed: 6:9.8-2+b2



On 10/21/2013 03:05 PM, salsaman wrote:
Huh ? What version of libav* are you using now ?

ffmpeg -version






http://lives.sourceforge.net
https://www.ohloh.net/accounts/salsaman


On Mon, Oct 21, 2013 at 9:12 AM, rosea.grammostola <[email protected] <mailto:[email protected]>> wrote:

    it doesnt build



    mpegts_decoder.c:75:25: error: 'FF_OPT_TYPE_INT' undeclared here
    (not in a function)
     #define AV_OPT_TYPE_INT FF_OPT_TYPE_INT
                             ^
    mpegts_decoder.c:385:120: note: in expansion of macro
    'AV_OPT_TYPE_INT'
       {"compute_pcr", "Compute exact PCR for each transport stream
    packet.", offsetof(MpegTSContext, mpeg2ts_compute_pcr),
    AV_OPT_TYPE_INT,
^
    mpegts_decoder.c: In function 'mpegts_set_stream_info':
    mpegts_decoder.c:1006:3: warning: implicit declaration of function
    'av_set_pts_info' [-Wimplicit-function-declaration]
       av_set_pts_info(st, 33, 1, 90000);
       ^
    mpegts_decoder.c:1054:7: warning: implicit declaration of function
    'av_new_stream' [-Wimplicit-function-declaration]
           sub_st = av_new_stream(pes->stream, pes->pid);
           ^
    mpegts_decoder.c:1054:14: warning: assignment makes pointer from
    integer without a cast [enabled by default]
           sub_st = av_new_stream(pes->stream, pes->pid);
                  ^
    mpegts_decoder.c: In function 'mpegts_push_data':
    mpegts_decoder.c:1237:14: warning: assignment makes pointer from
    integer without a cast [enabled by default]
          pes->st = av_new_stream(ts->stream, pes->pid);
                  ^
    mpegts_decoder.c: In function 'pmt_cb':
    mpegts_decoder.c:2035:10: warning: assignment makes pointer from
    integer without a cast [enabled by default]
      pes->st = av_new_stream(pes->stream, pes->pid);
              ^
    mpegts_decoder.c:2043:5: warning: assignment makes pointer from
    integer without a cast [enabled by default]
      st = av_new_stream(pes->stream, pes->pid);
         ^
    mpegts_decoder.c:2051:5: warning: assignment makes pointer from
    integer without a cast [enabled by default]
      st = av_new_stream(pes->stream, pid);
         ^
    mpegts_decoder.c: In function 'lives_mpegts_read_header':
    mpegts_decoder.c:2582:8: warning: assignment makes pointer from
    integer without a cast [enabled by default]
         st = av_new_stream(s, 0);
            ^
    mpegts_decoder.c: In function 'attach_stream':
    mpegts_decoder.c:3110:3: warning: implicit declaration of function
    'avcodec_alloc_context' [-Wimplicit-function-declaration]
       priv->ctx = ctx = avcodec_alloc_context3(codec);
       ^
    mpegts_decoder.c:3110:19: warning: assignment makes pointer from
    integer without a cast [enabled by default]
       priv->ctx = ctx = avcodec_alloc_context3(codec);
                       ^
    mpegts_decoder.c:3112:3: warning: implicit declaration of function
    'avcodec_open' [-Wimplicit-function-declaration]
       if (avcodec_open2(ctx, codec, NULL) < 0) {
       ^
    make[3]: *** [mpegts_decoder_la-mpegts_decoder.lo] Error 1
    make[3]: Leaving directory
    `/home/derick/localpackages/svn/Lives-svn/lives-plugins/plugins/decoders'
    make[2]: *** [all-recursive] Error 1
    make[2]: Leaving directory
    `/home/derick/localpackages/svn/Lives-svn/lives-plugins/plugins'
    make[1]: *** [all-recursive] Error 1
    make[1]: Leaving directory
    `/home/derick/localpackages/svn/Lives-svn/lives-plugins'
    make: *** [all-recursive] Error 1
















    On 10/21/2013 01:56 PM, salsaman wrote:
    Not yet. Maybe I'll find some time in the next couple of weeks...

    I noted a crash though - an issue I thought I had fixed but it
    seems to be broken again. swscale was crashing when the image
    width is not a multiple of 4. Maybe this is the problem you were
    seeing ? Anyway I have fixed this in subversion.







    http://lives.sourceforge.net
    https://www.ohloh.net/accounts/salsaman


    On Mon, Oct 21, 2013 at 8:22 AM, rosea.grammostola
    <[email protected]
    <mailto:[email protected]>> wrote:

        Hi,

        Any developments on beat video sync?

        Kind regards,
        \r





------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60135031&iu=/4140/ostg.clktrk
_______________________________________________
Lives-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/lives-users

Reply via email to