[GEM-dev] ann: videoVLC

IOhannes zmölnig zmoelnig at iem.at
Fri Dec 23 13:23:21 CET 2011


On 12/23/2011 06:06 AM, Hans-Christoph Steiner wrote:
> 
> ./configure PKG_LIBVLC_CFLAGS=-I/Applications/VLC.app/Contents/MacOS/include PKG_LIBVLC_LIBS=-L/Applications/VLC.app/Contents/MacOS/lib
> 

i don't know how this is supposed to work.
PKG_LIBVLC_*FLAGS are supposed to be _environment variables_, so you
have to put them _before_ the script.
$ PKG_LIBVLC_CFLAGS=-I/Applications/VLC.app/Contents/MacOS/include
PKG_LIBVLC_LIBS="-L/Applications/VLC.app/Contents/MacOS/lib -lvlc"
./configure

maybe you are confusing configure with make; the latter can also handle
variables passed as arguments (though it handles those variables
differently than environment vars)


> I think this did:

nevertheless cool that you could make it work.

fgmadrs
IOhannes

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 262 bytes
Desc: OpenPGP digital signature
URL: <http://lists.puredata.info/pipermail/gem-dev/attachments/20111223/539ca069/attachment.pgp>


More information about the GEM-dev mailing list