[vlc] Re: How to link liveMedia library (RTSP) into vlc.exe?
Gildas Bazin
gbazin at netcourrier.com
Thu Dec 18 13:56:04 CET 2003
On Wednesday 17 December 2003 20:53, Steve Huang wrote:
> Has someone successfully built libliveMedia.a and linked a vlc.exe in
> cygwin on Windows? If so, please tell me how you did it. I need the make
> file or shell scripts that you used.
>
The version which is included in our contrib package was cross-compiled
under linux with mingw.
Here is the config I used:
INCLUDES = $(INCLUDES) -I/home/videolan/win32/liveMedia/include
COMPILE_OPTS = $(INCLUDES) -I. -O -DSOCKLEN_T=socklen_t
C = i586-mingw32msvc-gcc
C_COMPILER = i586-mingw32msvc-gcc
C_FLAGS = $(COMPILE_OPTS) -DUSE_OUR_BZERO=1
CPP = i586-mingw32msvc-cpp
CPLUSPLUS_COMPILER = i586-mingw32msvc-g++
CPLUSPLUS_FLAGS = $(COMPILE_OPTS) -Wall -DBSD=1
OBJ = o
LINK = i586-mingw32msvc-g++ -o
LINK_OPTS = -L.
CONSOLE_LINK_OPTS = $(LINK_OPTS)
LIBRARY_LINK = i586-mingw32msvc-ld -o
LIBRARY_LINK_OPTS = $(LINK_OPTS) -r -Bstatic
LIB_SUFFIX = a
LIBS_FOR_CONSOLE_APPLICATION =
LIBS_FOR_GUI_APPLICATION =
EXE =
Now if you want to compile it under cygwin, using the config.cygwin file
without the -D__CYGWIN__ and with -mno-cygwin should do the trick although
I haven't tried.
--
Gildas
--
This is the vlc mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://www.videolan.org/support/lists.html
If you are in trouble, please contact <postmaster at videolan.org>
More information about the vlc
mailing list