How to change makefile to build a vlc.dll?

Microsoft Windows specific usage questions
Forum rules
Please post only Windows specific questions in this forum category. If you don't know where to post, please read the different forums' rules. Thanks.
ballofking
Blank Cone
Blank Cone
Posts: 16
Joined: 30 Dec 2006 18:24

How to change makefile to build a vlc.dll?

Postby ballofking » 30 Jan 2007 08:37

hi,
These are part of makefile in vlc 0.8.6-a.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

Return to “VLC media player for Windows Troubleshooting”

Who is online

Users browsing this forum: No registered users and 35 guests