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

Sergey Safarov s.safarov at gmail.com
Thu May 28 14:02:11 MSD 2015


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


On Thu, May 28, 2015 at 11:05 AM, Oleg Blinnikov <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
>   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> 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> wrote:
>>
>> > Hi Sergey,
>> > The make file (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>
>> 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>
>> >> 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
>> >>> cd libyuv
>> >>> make -j7 V=1 -f 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
>> >>> 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
>> >>
>> >>
>> >>
>> >>
>> _________________________________________________________________________
>> >> 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
>> >
>> >
>> _________________________________________________________________________
>> > 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
>>
>> --
>> Ken
>> http://www.FreeSWITCH.org
>> http://www.ClueCon.com
>> http://www.OSTAG.org
>> irc.freenode.net #freeswitch
>> Twitter: @FreeSWITCH
>>
>>
>>
>>
>> _________________________________________________________________________
>> 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
>>
>
>
>
> --
> Sincerely,
> Oleg Blinnikov
>
> _________________________________________________________________________
> 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/d10b3c3a/attachment.html 


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