[Freeswitch-users] compiling FreeSWITCH fs-video2 branch on debian jessie

Michael Jerris mike at jerris.com
Thu May 28 19:22:14 MSD 2015


for yuv, try to just use make instead of cmake.

> On May 28, 2015, at 6:02 AM, Sergey Safarov <s.safarov at gmail.com> wrote:
> 
> When I create yum spec file I has diabled find jpeg library.
> 
> It requered because FS config file is not searching jpeg library
> 
> In SPEC file I added command 
> sed -i -e "s:STATIC:SHARED:" -e "s:\(include.FindJPEG.\):#\1:" CMakeLists.txt
> 
> https://freeswitch.org/stash/projects/SD/repos/libyuv/browse/libyuv.spec <https://freeswitch.org/stash/projects/SD/repos/libyuv/browse/libyuv.spec>
> 
> 
> On Thu, May 28, 2015 at 11:05 AM, Oleg Blinnikov <osblinnikov at gmail.com <mailto:osblinnikov at gmail.com>> wrote:
> I also run into this problem, but I installed yuv with cmake install target:
> 
>   git clone http://git.chromium.org/external/libyuv.git <http://git.chromium.org/external/libyuv.git>
>   cd libyuv
>  mkdir out
>  cd out
>  cmake -DCMAKE_INSTALL_PREFIX="/usr/lib" -DCMAKE_BUILD_TYPE="Release" ..
>  cmake --build . --config Release
>  sudo cmake --build . --target install --config Release
> 
> May be someone knows what do I do wrong?
> 
> On Fri, Apr 17, 2015 at 4:47 PM, Ken Rice <krice at freeswitch.org <mailto:krice at freeswitch.org>> wrote:
> We actually had to patch several things for this... We'll be making those
> things available shortly
> 
> 
> On 4/17/15, 9:42 AM, "E. Schmidbauer" <eschmidbauer at gmail.com <mailto:eschmidbauer at gmail.com>> wrote:
> 
> > Hi Sergey,
> > The make file (linux.mk <http://linux.mk/>) does not have an "install" action so that
> > will not work.
> > Thanks,
> > E
> >
> > On Fri, Apr 17, 2015 at 10:27 AM, Sergey Safarov <s.safarov at gmail.com <mailto:s.safarov at gmail.com>> wrote:
> >> try execute "make install" from libyuv folter. Then repeat FS compiling.
> >>
> >> Sergey
> >>
> >> On Fri, Apr 17, 2015 at 4:24 PM, E. Schmidbauer <eschmidbauer at gmail.com <mailto:eschmidbauer at gmail.com>>
> >> wrote:
> >>>
> >>> Hello,
> >>> I'm trying to compile fs-video2 and getting the following error during
> >>> ./configure
> >>>
> >>> checking for libyuv >= 0.0.1280... configure: error: You need to
> >>> install libyuv-dev. Required library
> >>>
> >>>
> >>> I git cloned and compiled the libyuv library FS is looking for:
> >>>
> >>> git clone https://github.com/openpeer/libyuv.git <https://github.com/openpeer/libyuv.git>
> >>> cd libyuv
> >>> make -j7 V=1 -f linux.mk <http://linux.mk/>
> >>>
> >>> (it compiles without errors)
> >>>
> >>> How can I tell FS where to find the library?
> >>>
> >>> Thanks,
> >>> E
> >>>
> >>> _________________________________________________________________________
> >>> Professional FreeSWITCH Consulting Services:
> >>> consulting at freeswitch.org <mailto:consulting at freeswitch.org>
> >>> http://www.freeswitchsolutions.com <http://www.freeswitchsolutions.com/>
> >>>
> >>> Official FreeSWITCH Sites
> >>> http://www.freeswitch.org <http://www.freeswitch.org/>
> >>> http://confluence.freeswitch.org <http://confluence.freeswitch.org/>
> >>> http://www.cluecon.com <http://www.cluecon.com/>
> >>>
> >>> FreeSWITCH-users mailing list
> >>> FreeSWITCH-users at lists.freeswitch.org <mailto:FreeSWITCH-users at lists.freeswitch.org>
> >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users <http://lists.freeswitch.org/mailman/listinfo/freeswitch-users>
> >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users <http://lists.freeswitch.org/mailman/options/freeswitch-users>
> >>> http://www.freeswitch.org <http://www.freeswitch.org/>
> >>
> >>
> >>
> >> _________________________________________________________________________
> >> Professional FreeSWITCH Consulting Services:
> >> consulting at freeswitch.org <mailto:consulting at freeswitch.org>
> >> http://www.freeswitchsolutions.com <http://www.freeswitchsolutions.com/>
> >>
> >> Official FreeSWITCH Sites
> >> http://www.freeswitch.org <http://www.freeswitch.org/>
> >> http://confluence.freeswitch.org <http://confluence.freeswitch.org/>
> >> http://www.cluecon.com <http://www.cluecon.com/>
> >>
> >> FreeSWITCH-users mailing list
> >> FreeSWITCH-users at lists.freeswitch.org <mailto:FreeSWITCH-users at lists.freeswitch.org>
> >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users <http://lists.freeswitch.org/mailman/listinfo/freeswitch-users>
> >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users <http://lists.freeswitch.org/mailman/options/freeswitch-users>
> >> http://www.freeswitch.org <http://www.freeswitch.org/>
> >
> > _________________________________________________________________________
> > Professional FreeSWITCH Consulting Services:
> > consulting at freeswitch.org <mailto:consulting at freeswitch.org>
> > http://www.freeswitchsolutions.com <http://www.freeswitchsolutions.com/>
> >
> > Official FreeSWITCH Sites
> > http://www.freeswitch.org <http://www.freeswitch.org/>
> > http://confluence.freeswitch.org <http://confluence.freeswitch.org/>
> > http://www.cluecon.com <http://www.cluecon.com/>
> >
> > FreeSWITCH-users mailing list
> > FreeSWITCH-users at lists.freeswitch.org <mailto:FreeSWITCH-users at lists.freeswitch.org>
> > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users <http://lists.freeswitch.org/mailman/listinfo/freeswitch-users>
> > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users <http://lists.freeswitch.org/mailman/options/freeswitch-users>
> > http://www.freeswitch.org <http://www.freeswitch.org/>
> 
> --
> Ken
> http://www.FreeSWITCH.org <http://www.freeswitch.org/>
> http://www.ClueCon.com <http://www.cluecon.com/>
> http://www.OSTAG.org <http://www.ostag.org/>
> irc.freenode.net <http://irc.freenode.net/> #freeswitch
> Twitter: @FreeSWITCH
> 
> 
> 
> 
> _________________________________________________________________________
> Professional FreeSWITCH Consulting Services:
> consulting at freeswitch.org <mailto:consulting at freeswitch.org>
> http://www.freeswitchsolutions.com <http://www.freeswitchsolutions.com/>
> 
> Official FreeSWITCH Sites
> http://www.freeswitch.org <http://www.freeswitch.org/>
> http://confluence.freeswitch.org <http://confluence.freeswitch.org/>
> http://www.cluecon.com <http://www.cluecon.com/>
> 
> FreeSWITCH-users mailing list
> FreeSWITCH-users at lists.freeswitch.org <mailto:FreeSWITCH-users at lists.freeswitch.org>
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users <http://lists.freeswitch.org/mailman/listinfo/freeswitch-users>
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users <http://lists.freeswitch.org/mailman/options/freeswitch-users>
> http://www.freeswitch.org <http://www.freeswitch.org/>
> 
> 
> 
> -- 
> Sincerely,
> Oleg Blinnikov
> 
> _________________________________________________________________________
> Professional FreeSWITCH Consulting Services:
> consulting at freeswitch.org <mailto:consulting at freeswitch.org>
> http://www.freeswitchsolutions.com <http://www.freeswitchsolutions.com/>
> 
> Official FreeSWITCH Sites
> http://www.freeswitch.org <http://www.freeswitch.org/>
> http://confluence.freeswitch.org <http://confluence.freeswitch.org/>
> http://www.cluecon.com <http://www.cluecon.com/>
> 
> FreeSWITCH-users mailing list
> FreeSWITCH-users at lists.freeswitch.org <mailto:FreeSWITCH-users at lists.freeswitch.org>
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users <http://lists.freeswitch.org/mailman/listinfo/freeswitch-users>
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users <http://lists.freeswitch.org/mailman/options/freeswitch-users>
> http://www.freeswitch.org <http://www.freeswitch.org/>
> 
> _________________________________________________________________________
> Professional FreeSWITCH Consulting Services: 
> consulting at freeswitch.org
> http://www.freeswitchsolutions.com
> 
> Official FreeSWITCH Sites
> http://www.freeswitch.org
> http://confluence.freeswitch.org
> http://www.cluecon.com
> 
> FreeSWITCH-users mailing list
> FreeSWITCH-users at lists.freeswitch.org
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> http://www.freeswitch.org

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150528/280f4b0d/attachment-0001.html 


Join us at ClueCon 2016 Aug 8-12, 2016
More information about the FreeSWITCH-users mailing list