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 ...
- 01-31-2007 #1Just 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
- 01-31-2007 #2
dll , .exe , MS Word ?? This is a Linux forum.
But I think you need a different compiler to build VLC for WindowsPut 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
- 01-31-2007 #3


Reply With Quote