]> git.sesse.net Git - vlc/commitdiff
Move libs/loader to modules/codec/loader
authorRémi Denis-Courmont <remi@remlab.net>
Tue, 30 Aug 2011 16:55:18 +0000 (19:55 +0300)
committerRémi Denis-Courmont <remi@remlab.net>
Tue, 30 Aug 2011 18:36:06 +0000 (21:36 +0300)
49 files changed:
Makefile.am
configure.ac
modules/codec/Modules.am
modules/codec/loader/Makefile.am [moved from libs/loader/Makefile.am with 98% similarity]
modules/codec/loader/afl.c [moved from libs/loader/afl.c with 100% similarity]
modules/codec/loader/com.h [moved from libs/loader/com.h with 100% similarity]
modules/codec/loader/driver.c [moved from libs/loader/driver.c with 100% similarity]
modules/codec/loader/driver.h [moved from libs/loader/driver.h with 100% similarity]
modules/codec/loader/ext.c [moved from libs/loader/ext.c with 100% similarity]
modules/codec/loader/ext.h [moved from libs/loader/ext.h with 100% similarity]
modules/codec/loader/kludge.c [moved from libs/loader/kludge.c with 100% similarity]
modules/codec/loader/ldt_keeper.c [moved from libs/loader/ldt_keeper.c with 100% similarity]
modules/codec/loader/ldt_keeper.h [moved from libs/loader/ldt_keeper.h with 100% similarity]
modules/codec/loader/loader.h [moved from libs/loader/loader.h with 100% similarity]
modules/codec/loader/module.c [moved from libs/loader/module.c with 100% similarity]
modules/codec/loader/pe_image.c [moved from libs/loader/pe_image.c with 100% similarity]
modules/codec/loader/pe_resource.c [moved from libs/loader/pe_resource.c with 100% similarity]
modules/codec/loader/qtx/qtxsdk/components.h [moved from libs/loader/qtx/qtxsdk/components.h with 100% similarity]
modules/codec/loader/registry.c [moved from libs/loader/registry.c with 100% similarity]
modules/codec/loader/registry.h [moved from libs/loader/registry.h with 100% similarity]
modules/codec/loader/resource.c [moved from libs/loader/resource.c with 100% similarity]
modules/codec/loader/stubs.s [moved from libs/loader/stubs.s with 100% similarity]
modules/codec/loader/vfl.c [moved from libs/loader/vfl.c with 100% similarity]
modules/codec/loader/win32.c [moved from libs/loader/win32.c with 100% similarity]
modules/codec/loader/win32.h [moved from libs/loader/win32.h with 100% similarity]
modules/codec/loader/wine/avifmt.h [moved from libs/loader/wine/avifmt.h with 100% similarity]
modules/codec/loader/wine/basetsd.h [moved from libs/loader/wine/basetsd.h with 100% similarity]
modules/codec/loader/wine/debugtools.h [moved from libs/loader/wine/debugtools.h with 100% similarity]
modules/codec/loader/wine/driver.h [moved from libs/loader/wine/driver.h with 100% similarity]
modules/codec/loader/wine/heap.h [moved from libs/loader/wine/heap.h with 100% similarity]
modules/codec/loader/wine/mmreg.h [moved from libs/loader/wine/mmreg.h with 100% similarity]
modules/codec/loader/wine/module.h [moved from libs/loader/wine/module.h with 100% similarity]
modules/codec/loader/wine/msacm.h [moved from libs/loader/wine/msacm.h with 100% similarity]
modules/codec/loader/wine/msacmdrv.h [moved from libs/loader/wine/msacmdrv.h with 100% similarity]
modules/codec/loader/wine/pe_image.h [moved from libs/loader/wine/pe_image.h with 100% similarity]
modules/codec/loader/wine/poppack.h [moved from libs/loader/wine/poppack.h with 100% similarity]
modules/codec/loader/wine/pshpack1.h [moved from libs/loader/wine/pshpack1.h with 100% similarity]
modules/codec/loader/wine/pshpack2.h [moved from libs/loader/wine/pshpack2.h with 100% similarity]
modules/codec/loader/wine/vfw.h [moved from libs/loader/wine/vfw.h with 100% similarity]
modules/codec/loader/wine/winbase.h [moved from libs/loader/wine/winbase.h with 100% similarity]
modules/codec/loader/wine/windef.h [moved from libs/loader/wine/windef.h with 100% similarity]
modules/codec/loader/wine/winerror.h [moved from libs/loader/wine/winerror.h with 100% similarity]
modules/codec/loader/wine/winestring.h [moved from libs/loader/wine/winestring.h with 100% similarity]
modules/codec/loader/wine/winnt.h [moved from libs/loader/wine/winnt.h with 100% similarity]
modules/codec/loader/wine/winreg.h [moved from libs/loader/wine/winreg.h with 100% similarity]
modules/codec/loader/wine/winuser.h [moved from libs/loader/wine/winuser.h with 100% similarity]
modules/codec/loader/wineacm.h [moved from libs/loader/wineacm.h with 100% similarity]
modules/codec/loader/wrapper.S [moved from libs/loader/wrapper.S with 100% similarity]
modules/codec/loader/wrapper.h [moved from libs/loader/wrapper.h with 100% similarity]

index d22eb8c57b12485d2dfe9da89314d50127e0a8b1..2598ba4788f77018816e48b21f2910da9df19671 100644 (file)
@@ -9,13 +9,10 @@
 #  - libs/* are needed by modules
 BASE_SUBDIRS = po compat src bin modules share doc test
 EXTRA_SUBDIRS = m4 \
-       libs/loader libs/srtp
+       libs/srtp
 DIST_SUBDIRS = $(BASE_SUBDIRS) $(EXTRA_SUBDIRS)
 
 SUBDIRS = po compat src
-if LOADER
-SUBDIRS += libs/loader
-endif
 if HAVE_GCRYPT
 SUBDIRS += libs/srtp
 endif
index fad2e097c0ebf2d3b2436f3d0e33ed96fc039f79..277e6e50355c527f744e88f84177029bd6bfa7bf 100644 (file)
@@ -4175,8 +4175,8 @@ AC_ARG_ENABLE(loader,
 AM_CONDITIONAL(LOADER, [test "${enable_loader}" = "yes"])
 AS_IF([test "${enable_loader}" = "yes"],
   [ VLC_ADD_PLUGIN([dmo])
-    VLC_ADD_CPPFLAGS([dmo quicktime realvideo],[-I\\\${top_srcdir}/libs/loader])
-    VLC_ADD_LIBS([dmo quicktime realvideo],[\\\${top_builddir}/libs/loader/libloader.la])
+    VLC_ADD_CPPFLAGS([dmo quicktime realvideo],[-I\\\${top_srcdir}/modules/codec/loader])
+    VLC_ADD_LIBS([dmo quicktime realvideo],[\\\${top_builddir}/modules/codec/loader/libloader.la])
     VLC_ADD_CPPFLAGS([realvideo], [-DLOADER])
     VLC_ADD_LIBS([dmo quicktime], [-lpthread])
   ])
@@ -4259,7 +4259,6 @@ AC_SUBST(FILE_LIBVLC_DLL)
 AC_CONFIG_FILES([
   Makefile
   doc/Makefile
-  libs/loader/Makefile
   libs/srtp/Makefile
   modules/Makefile
   m4/Makefile
@@ -4288,6 +4287,7 @@ AC_CONFIG_FILES([
   modules/codec/Makefile
   modules/codec/avcodec/Makefile
   modules/codec/dmo/Makefile
+  modules/codec/loader/Makefile
   modules/codec/omxil/Makefile
   modules/codec/shine/Makefile
   modules/codec/spudec/Makefile
index 10ca9150fe247420b20f0064a930097ae3d5a169..758af571066c42c9c5ed084111dd364c981443ec 100644 (file)
@@ -1,4 +1,4 @@
-SUBDIRS = dmo avcodec shine spudec wmafixed omxil
+SUBDIRS = loader dmo avcodec shine spudec wmafixed omxil
 SOURCES_a52 = a52.c a52.h
 SOURCES_dts = dts.c
 SOURCES_flac = flac.c
similarity index 98%
rename from libs/loader/Makefile.am
rename to modules/codec/loader/Makefile.am
index 23ce88dd55d62e96f4d6bc32506d370b714feb35..9df1456f048d0d7a1ba818f7fe23e663f141355d 100644 (file)
@@ -9,7 +9,9 @@
 # by their respective owner(s).
 #
 
+if LOADER
 noinst_LTLIBRARIES = libloader.la
+endif
 
 # TODO: real check for vsscanf() and <sys/mmap.h>
 AM_CPPFLAGS = -D__WINE__ -DHAVE_SYS_MMAN_H=1 -DHAVE_VSSCANF=1 \
similarity index 100%
rename from libs/loader/afl.c
rename to modules/codec/loader/afl.c
similarity index 100%
rename from libs/loader/com.h
rename to modules/codec/loader/com.h
similarity index 100%
rename from libs/loader/ext.c
rename to modules/codec/loader/ext.c
similarity index 100%
rename from libs/loader/ext.h
rename to modules/codec/loader/ext.h
similarity index 100%
rename from libs/loader/vfl.c
rename to modules/codec/loader/vfl.c