]> git.sesse.net Git - vlc/blobdiff - Makefile.opts.in
* Fixed the BeOS compile typo.
[vlc] / Makefile.opts.in
index 98d9be81297ad8a891739701e3ccfb0149a1578f..11771982d019f15f350ff3e1e0e197d463e1dee2 100644 (file)
@@ -45,6 +45,7 @@ CC = @CC@
 CFLAGS = @CFLAGS@
 SHELL = @SHELL@
 RANLIB = @RANLIB@
+MOC = @MOC@
 
 # 
 # Installation environment
@@ -140,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
 
 #
@@ -199,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
 #
@@ -217,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
 #