]> git.sesse.net Git - vlc/blobdiff - modules/Makefile.am
skins2: avoid layout resize if size is unchanged
[vlc] / modules / Makefile.am
index 9205ea26ecab0975a22a7d8a5a425fd89483426b..31c6d837172e5689fed8a2397c02fa655fbdc0aa 100644 (file)
@@ -10,7 +10,6 @@ BASE_SUBDIRS = \
        gui \
        meta_engine \
        misc \
-       media_library \
        notify \
        packetizer \
        services_discovery \
@@ -25,9 +24,7 @@ EXTRA_SUBDIRS = \
        mux \
        stream_out \
        mmx \
-       mmxext \
        sse2 \
-       3dnow \
        altivec \
        arm_neon \
        lua \
@@ -41,15 +38,9 @@ endif
 if HAVE_MMX
 SUBDIRS += mmx
 endif
-if HAVE_MMXEXT
-SUBDIRS += mmxext
-endif
 if HAVE_SSE2
 SUBDIRS += sse2
 endif
-if HAVE_3DNOW
-SUBDIRS += 3dnow
-endif
 if HAVE_ALTIVEC
 SUBDIRS += altivec
 endif
@@ -63,24 +54,3 @@ SUBDIRS += .
 
 dist_noinst_SCRIPTS = genmf list.sh
 dist_noinst_DATA = LIST
-noinst_DATA = plugins.dat
-MOSTLYCLEANFILES = $(noinst_DATA)
-
-.PHONY: plugins.dat
-
-plugins.dat:
-       $(AM_V_at)rm -f plugins.dat
-       $(AM_V_GEN)if test "$(build)" = "$(host)"; then \
-               ../bin/vlc-cache-gen$(EXEEXT) . ; \
-       else \
-               echo "Cross-compilation: cache generation skipped!" ; \
-       fi
-
-install-exec-hook:
-       if test "$(build)" = "$(host)"; then \
-               LD_LIBRARY_PATH="$(DESTDIR)$(libdir):$$LD_LIBRARY_PATH" \
-               "$(DESTDIR)$(vlclibdir)/vlc-cache-gen$(EXEEXT)" \
-                        "$(DESTDIR)$(vlclibdir)/plugins" ; \
-       else \
-               echo "Cross-compilation: cache generation skipped!" ; \
-       fi