Find the answer to your Linux question:
Results 1 to 3 of 3
Hi, These are part of makefile in vlc 0.8.6-a(VLC Media Player).I would like to convert vlc.exe to a vlc.dll,so i can call funtions from vlc media player when i use ...
  1. #1
    Just Joined!
    Join Date
    Jan 2007
    Posts
    1

    How to change makefile to build a dll?

    Hi,
    These are part of makefile in vlc 0.8.6-a(VLC Media Player).I would like to convert vlc.exe to a vlc.dll,so i can call funtions from vlc media player when i use my java ap.Does somebody knows how to do it.Please gives me a hint.Thanks.

    vlc$(EXEEXT): $(vlc_OBJECTS) $(DEPENDENCIES_vlc)
    @rm -f vlc$(EXEEXT)
    @case `$(VLC_CONFIG) --linkage vlc builtin` in \
    c++) cmd="$(CXXLINK)" ;; \
    objc) cmd="$(OBJCLINK)" ;; \
    c|*) cmd="$(LINK)" ;; \
    esac ; \
    cmd="$$cmd $(vlc_OBJECTS) $(vlc_LDADD) $(vlc_LDFLAGS)" ; \
    echo $$cmd ; \
    eval $$cmd

    ps.This is link to the complete makefile.(use MSWord to open it can let it display normally)
    http://www.nabble.com/file/6124/Makefile

  2. #2
    Linux Guru Juan Pablo's Avatar
    Join Date
    Mar 2006
    Location
    /home/south_america/ecuador/quito
    Posts
    2,064
    dll , .exe , MS Word ?? This is a Linux forum.
    But I think you need a different compiler to build VLC for Windows
    Put your hand in an oven for a minute and it will be like an hour, sit beside a beautiful woman for an hour and it will be like a minute, that is relativity. --Albert Einstein
    Linux User #425940

    Don't PM me with questions, instead post in the forums

  3. #3
    Linux Engineer rcgreen's Avatar
    Join Date
    May 2006
    Location
    the hills
    Posts
    1,114

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...