Compile with libvlc issues

Forum for questions and support relating to the 1.27.x releases only.
Locked
chaoticmachinery
Posts: 8
Joined: Sat Apr 20, 2013 9:59 pm

Compile with libvlc issues

Post by chaoticmachinery »

Hello,

I am trying to compile 1.27 and use the VLC libraries. Whenever I run the ./configure I keep getting the following message:
checking for libvlc_new in -lvlc... no
configure: WARNING: libvlc.a may be required for streaming

I download and compiled the latest version of VLC. Currently it is install in /usr/local.

Any pointers on getting this to work would be appreciated.

Thanks,
CM
windracer
Posts: 61
Joined: Sat Jul 23, 2011 1:15 am

Re: Compile with libvlc issues

Post by windracer »

Have you tried using the new cmake instructions instead? I just did this last week (recompiled for vlc support) and had no issues. Details are in the INSTALL file.
Locked