Re: [xvbat-devel] installing xvbat on ubuntu 12.04
Status: Beta
Brought to you by:
timwriter
From: XvBA T. D. <xvb...@li...> - 2013-10-28 16:28:45
|
It will work on Ubuntu 12.04. You may need the patch below. Re `libfwbas1-dev', it does not appear to be packaged for Ubuntu 12.04 but you can install it from lucid (10.04), IIRC. HTH, Tim commit c086c44696b7b42f50089f3fc541b3958ad2b280 Author: Tim Writer <Tim...@am...> Date: Wed May 9 10:08:27 2012 -0400 Ported to Lavc 53.35.0 (supplied with Ubuntu 12.04). diff --git a/av_surface.h b/av_surface.h index 81827e9..e96f843 100644 --- a/av_surface.h +++ b/av_surface.h @@ -17,7 +17,7 @@ struct av_surface *create_av_surface(void *session, void *target); */ void destroy_av_surface(struct av_surface *surface); -#ifdef FF_COMMON_FRAME +#if defined(FF_COMMON_FRAME) || defined(AVCODEC_AVCODEC_H) /*! \brief Associates an ::XVBAT_Surface with an AVPicture. * *From:* XvBA Tools Development <xvb...@li...> *Sent:* Thursday, October 24, 2013 2:45 PM *To:* xvb...@li... *Subject:* [xvbat-devel] installing xvbat on ubuntu 12.04 > > > I'm trying to install xvbat on ubuntu 12.04 32 bit. > > I've downloaded the source, and looking at the install instructions I > come to a bit of a problem. > > First I noticed that the instructions are a bit outdated in that the > last ubuntu version referenced in xvbat-0.10-410295/doc/html/index.html > is 11.10. I was not sure if xvbat would work with later versions of > Ubuntu ... but researching more, it seems that it does for some people. > ... right? > > I tried following the installation instructions on the same index.html > page and was blocked at the installation of libfwbase1-dev. I don't see > a repository for it. ... so what am I going to do? I tried downloading > the source for framewave and it did not compile for me. At this point > I'm getting pretty far afield from my goal of trying to have a > development start for xvba. Any suggestions or help in the short term > would be appreciated. > > > > > > > ------------------------------------------------------------------------------ > 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=60135991&iu=/4140/ostg.clktrk > > > > _______________________________________________ > xvbat-devel mailing list > xvb...@li... > https://lists.sourceforge.net/lists/listinfo/xvbat-devel > -- Tim Writer Manager, Software Development Eng. Embedded Linux & Open Source Graphics AMD Technology & Engineering |