Hmmm those library versions look pretty old. Here is what I get:

$ ffmpeg -version
ffmpeg version 0.10.6
built on Oct 31 2012 22:24:06 with gcc 4.7.2 20120921 (Red Hat 4.7.2-2)
configuration: --prefix=/usr --bindir=/usr/bin --datadir=/usr/share/ffmpeg
--incdir=/usr/include/ffmpeg --libdir=/usr/lib64 --mandir=/usr/share/man
--arch=x86_64 --extra-cflags='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2
-fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64
-mtune=generic' --enable-bzlib --disable-crystalhd --enable-gnutls
--enable-libass --enable-libcdio --enable-libcelt --enable-libdc1394
--disable-indev=jack --enable-libfreetype --enable-libgsm
--enable-libmp3lame --enable-openal --enable-libopenjpeg --enable-libpulse
--enable-librtmp --enable-libschroedinger --enable-libspeex
--enable-libtheora --enable-libvorbis --enable-libv4l2 --enable-libvpx
--enable-libx264 --enable-libxvid --enable-x11grab --enable-avfilter
--enable-postproc --enable-pthreads --disable-static --enable-shared
--enable-gpl --disable-debug --disable-stripping --shlibdir=/usr/lib64
--enable-runtime-cpudetect
libavutil      51. 35.100 / 51. 35.100
libavcodec     53. 61.100 / 53. 61.100
libavformat    53. 32.100 / 53. 32.100
libavdevice    53.  4.100 / 53.  4.100
libavfilter     2. 61.100 /  2. 61.100
libswscale      2.  1.100 /  2.  1.100
libswresample   0.  6.100 /  0.  6.100
libpostproc    52.  0.100 / 52.  0.100


Gabriel.



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


On Sun, Apr 7, 2013 at 5:11 PM, Chris <[email protected]> wrote:

> On Sun, 2013-04-07 at 16:58 -0300, salsaman wrote:
> > That is strange. What does "ffmpeg -version" show ?
> >
> >
> > Gabriel.
> >
> >
> >
> [chris@localhost lives-2.0.1]$ ffmpeg -version
> FFmpeg version 0.6.5, Copyright (c) 2000-2010 the FFmpeg developers
>   built on May 15 2012 07:00:00 with gcc 4.4.3
>   configuration: --prefix=/usr --enable-shared --libdir=/usr/lib
> --shlibdir=/usr/lib --incdir=/usr/include --disable-stripping
> --enable-postproc --enable-gpl --enable-pthreads --enable-libtheora
> --enable-libvorbis --disable-encoder=vorbis --enable-x11grab
> --enable-runtime-cpudetect --enable-libdc1394 --enable-libschroedinger
> --disable-decoder=aac --disable-encoder=aac
>   libavutil     50.15. 1 / 50.15. 1
>   libavcodec    52.72. 2 / 52.72. 2
>   libavformat   52.64. 2 / 52.64. 2
>   libavdevice   52. 2. 0 / 52. 2. 0
>   libswscale     0.11. 0 /  0.11. 0
>   libpostproc   51. 2. 0 / 51. 2. 0
> FFmpeg 0.6.5
> libavutil     50.15. 1 / 50.15. 1
> libavcodec    52.72. 2 / 52.72. 2
> libavformat   52.64. 2 / 52.64. 2
> libavdevice   52. 2. 0 / 52. 2. 0
> libswscale     0.11. 0 /  0.11. 0
> libpostproc   51. 2. 0 / 51. 2. 0
>
> > http://lives.sourceforge.net
> > https://www.ohloh.net/accounts/salsaman
> >
> >
> >
> > On Sun, Apr 7, 2013 at 3:13 PM, Chris <[email protected]> wrote:
> >         On Sun, 2013-04-07 at 14:57 -0300, salsaman wrote:
> >         > Try with this version of widget-helper.h which I just
> >         checked into
> >         > subversion:
> >         >
> >         >
> >
> https://sourceforge.net/p/lives/code/1837/tree/trunk/src/widget-helper.h?format=raw
> >         >
> >         >
> >         >
> >         > Gabriel.
> >         >
> >         >
> >         >
> >         >
> >
> >         Thank you Gabriel, that error is gone now I see this.
> >
> >         In file included from mkv_decoder.c:70:
> >         mkv_decoder.h:313: error: 'CODEC_ID_SRT' undeclared here (not
> >         in a
> >         function)
> >         In file included from mkv_decoder.c:70:
> >         mkv_decoder.h:894: error: 'CODEC_ID_R10K' undeclared here (not
> >         in a
> >         function)
> >         mkv_decoder.h:894: error: initializer element is not constant
> >         mkv_decoder.h:894: error: (near initialization for
> >         'codec_movvideo_tags[15].id')
> >         mkv_decoder.h:895: error: initializer element is not constant
> >         mkv_decoder.h:895: error: (near initialization for
> >         'codec_movvideo_tags[16].id')
> >         mkv_decoder.h:1022: error: 'CODEC_ID_PRORES' undeclared here
> >         (not in a
> >         function)
> >         mkv_decoder.h:1022: error: initializer element is not constant
> >         mkv_decoder.h:1022: error: (near initialization for
> >         'codec_movvideo_tags[127].id')
> >         mkv_decoder.h:1023: error: initializer element is not constant
> >         mkv_decoder.h:1023: error: (near initialization for
> >         'codec_movvideo_tags[128].id')
> >         mkv_decoder.h:1024: error: initializer element is not constant
> >         mkv_decoder.h:1024: error: (near initialization for
> >         'codec_movvideo_tags[129].id')
> >         mkv_decoder.h:1025: error: initializer element is not constant
> >         mkv_decoder.h:1025: error: (near initialization for
> >         'codec_movvideo_tags[130].id')
> >         mkv_decoder.h:1026: error: initializer element is not constant
> >         mkv_decoder.h:1026: error: (near initialization for
> >         'codec_movvideo_tags[131].id')
> >         mkv_decoder.c:73:36: error: libavutil/intreadwrite.h: No such
> >         file or
> >         directory
> >         mkv_decoder.c:75:28: error: libavutil/dict.h: No such file or
> >         directory
> >         mkv_decoder.c: In function 'ebml_read_float':
> >         mkv_decoder.c:320: warning: implicit declaration of function
> >         'AV_RB32'
> >         mkv_decoder.c:335: warning: implicit declaration of function
> >         'AV_RB64'
> >         mkv_decoder.c: In function 'ebml_parse_id':
> >         mkv_decoder.c:472: warning: integer constant is too large for
> >         'long'
> >         type
> >         mkv_decoder.c: In function 'lives_mkv_read_header':
> >         mkv_decoder.c:1314: warning: implicit declaration of function
> >         'av_dict_set'
> >         mkv_decoder.c:1365: warning: implicit declaration of function
> >         'AV_RL32'
> >         mkv_decoder.c:1483: error: 'AV_DISPOSITION_FORCED' undeclared
> >         (first use
> >         in this function)
> >         mkv_decoder.c:1483: error: (Each undeclared identifier is
> >         reported only
> >         once
> >         mkv_decoder.c:1483: error: for each function it appears in.)
> >         mkv_decoder.c:1483: error: invalid operands to binary | (have
> >         'int' and
> >         'const struct AVCodecTag *')
> >         mkv_decoder.c:1483: warning: statement with no effect
> >         mkv_decoder.c: In function 'matroska_parse_block':
> >         mkv_decoder.c:2228: warning: implicit declaration of function
> >         'AV_RB16'
> >         mkv_decoder.c: In function 'matroska_read_seek':
> >         mkv_decoder.c:2471: warning: unused variable 'st'
> >         mkv_decoder.c:2469: warning: unused variable 's'
> >         make[3]: *** [mkv_decoder_la-mkv_decoder.lo] Error 1
> >         make[3]: Leaving directory
> >         `/home/chris/lives-2.0.1/lives-plugins/plugins/decoders'
> >         make[2]: *** [all-recursive] Error 1
> >         make[2]: Leaving directory
> >         `/home/chris/lives-2.0.1/lives-plugins/plugins'
> >         make[1]: *** [all-recursive] Error 1
> >         make[1]: Leaving directory
> >         `/home/chris/lives-2.0.1/lives-plugins'
> >         make: *** [all-recursive] Error 1
> >
> >
> >         Is this an issue? Should I just stick with 1.8.2?
> >
> >
> >
> >         --
> >         Chris
> >         KeyID 0xE372A7DA98E6705C
> >         31.11°N 97.89°W (Elev. 1092 ft)
> >
> >         13:11:11 up 34 days, 22:26, 2 users, load average: 0.96, 1.14,
> >         0.87
> >         Mandriva Linux 2010.2, kernel 2.6.33.7-desktop586-2mnb
> >
> >
> >
> ------------------------------------------------------------------------------
> >         Minimize network downtime and maximize team effectiveness.
> >         Reduce network management and security costs.Learn how to hire
> >         the most talented Cisco Certified professionals. Visit the
> >         Employer Resources Portal
> >         http://www.cisco.com/web/learning/employer_resources/index.html
> >         _______________________________________________
> >         Lives-users mailing list
> >         [email protected]
> >         https://lists.sourceforge.net/lists/listinfo/lives-users
> >
> >
> >
> >
> ------------------------------------------------------------------------------
> > Minimize network downtime and maximize team effectiveness.
> > Reduce network management and security costs.Learn how to hire
> > the most talented Cisco Certified professionals. Visit the
> > Employer Resources Portal
> > http://www.cisco.com/web/learning/employer_resources/index.html
> > _______________________________________________ Lives-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/lives-users
>
>
> --
> Chris
> KeyID 0xE372A7DA98E6705C
> 31.11°N 97.89°W (Elev. 1092 ft)
> 15:10:47 up 35 days, 26 min, 3 users, load average: 0.74, 0.45, 0.36
> Mandriva Linux 2010.2, kernel 2.6.33.7-desktop586-2mnb
>
>
>
> ------------------------------------------------------------------------------
> Minimize network downtime and maximize team effectiveness.
> Reduce network management and security costs.Learn how to hire
> the most talented Cisco Certified professionals. Visit the
> Employer Resources Portal
> http://www.cisco.com/web/learning/employer_resources/index.html
> _______________________________________________
> Lives-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/lives-users
>
------------------------------------------------------------------------------
Minimize network downtime and maximize team effectiveness.
Reduce network management and security costs.Learn how to hire 
the most talented Cisco Certified professionals. Visit the 
Employer Resources Portal
http://www.cisco.com/web/learning/employer_resources/index.html
_______________________________________________
Lives-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/lives-users

Reply via email to