]> git.sesse.net Git - vlc/blobdiff - Makefile.opts.in
* Fixed the BeOS compile typo.
[vlc] / Makefile.opts.in
index eb4d17dadde8dbed344ca188a0b6fe0e5d8f872e..11771982d019f15f350ff3e1e0e197d463e1dee2 100644 (file)
@@ -141,7 +141,7 @@ INCLUDE += -Iinclude -Iextras -I/usr/local/include
 LIB += @LIB@ -L/usr/local/lib
 
 ifneq (,$(findstring mingw32,$(SYS)))
-LIB += -lws2_32
+LIB += -lws2_32 -lnetapi32
 endif
 
 #
@@ -200,11 +200,6 @@ endif
 #end of optimisations
 endif
 
-# Optional MMX optimizations for x86
-ifneq (,$(findstring mmx,$(ARCH)))
-CFLAGS += -DHAVE_MMX
-endif
-
 #
 # C compiler flags: dependancies
 #
@@ -218,20 +213,6 @@ LCFLAGS += @LCFLAGS@ $(LIB)
 LCFLAGS += -Wall
 #LCFLAGS += -s
 
-ifeq ($(SYS),beos)
-LCFLAGS += -Xlinker -soname=_APP_
-else
-ifneq (,$(findstring qnx,$(SYS)))
-LCFLAGS += -Xlinker -export-dynamic
-else
-ifneq (,$(findstring darwin,$(SYS)))
-LCFLAGS += -dyn
-else
-LCFLAGS += --export-dynamic
-endif
-endif
-endif
-
 #
 # Debugging and profiling support
 #