bino-list
[Top][All Lists]
Advanced

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

Re: [Bino-list] compiling 1.4.2


From: Torsten Mohr
Subject: Re: [Bino-list] compiling 1.4.2
Date: Thu, 12 Sep 2013 21:47:05 +0200
User-agent: KMail/4.10.5 (Linux/3.7.10-1.16-desktop; KDE/4.10.5; x86_64; ; )

Hello,

thanks for your hint.

When i do that, all compiles fine, but at linking i get heaps of doubly defined 
__glew* symbols.

So as you mentioned the patch below, i thought i'd try the git version,
downloaded it and just did:

autoreconf -i

But that gave me:
schleim:/tmp/bino_20130912/bino # autoreconf -i
configure.ac:103: warning: macro 'AM_ICONV' not found in library
configure.ac:131: warning: macro 'AM_ICONV' not found in library
configure.ac:135: warning: macro 'AM_GNU_GETTEXT' not found in library
configure.ac:103: error: possibly undefined macro: AM_ICONV
      If this token and others are legitimate, please use m4_pattern_allow.
      See the Autoconf documentation.
configure.ac:135: error: possibly undefined macro: AM_GNU_GETTEXT
autoreconf: /usr/bin/autoconf failed with exit status: 1
schleim:/tmp/bino_20130912/bino # 

Can anybody execute "autoreconf -i" and send me that zipped version?  That 
would be really great.

Or is there some other way how i can compile / link bino myself?


Thanks for any hints
Torsten


Am Donnerstag, 12. September 2013, 07:58:14 schrieb Frédéric Devernay:
> Hi Torsten,
> 
> this was recently deprecated.
> 
> just replace it by this value, add at the beginning of media_object.cpp,
> after the includes: #ifndef AVCODEC_MAX_AUDIO_FRAME_SIZE
> #define AVCODEC_MAX_AUDIO_FRAME_SIZE 192000 // 1 second of 48khz 32bit audio
> #endif
> 
> as in this patch:
> http://git.videolan.org/?p=ffmpeg.git;a=blobdiff;f=libavformat/dvenc.c;h=577
> ba7c4da93f24ff13018860929c9a40250b080;hp=a7d281a799727e14c21206c8df5fc997a31
> d45fa;hb=e0aa5e772bbe4c52182a5db321b0da6b98205ef1;hpb=8337b5db967ecadab4bb65
> c272cb47d350ecb83b
> 
> fred
> 
> Le 12 sept. 2013 à 07:26, Torsten Mohr <address@hidden> a écrit :
> > Hello,
> > 
> > i just tried to install bino-1.4.2 on a Linux x86_64 system from
> > source.  The main installation is OpenSuSE 12.3, but using some
> > libs / RPMs from the Packman repository.
> > 
> > But i get:
> > make[4]: Entering directory `/tmp/bino-1.4.2/src'
> > 
> >  CXX    media_object.o
> > 
> > media_object.cpp:153:42: error: ‘AVCODEC_MAX_AUDIO_FRAME_SIZE’ was not
> > declared in this scope
> > 
> > I experienced problems in compiling sources that use libav* before.
> > 
> > Is there a workaround possible to get bino compiled on my system?
> > 
> > 
> > Thanks for any hints
> > Torsten



reply via email to

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