init commit

This commit is contained in:
Return0ne 2021-11-05 17:34:27 -04:00
commit 322d1a0516
1054 changed files with 85998 additions and 0 deletions

View file

@ -0,0 +1,41 @@
# libvlc.la - a libtool library file
# Generated by libtool (GNU libtool) 2.4.2 Debian-2.4.2-1.1
#
# Please DO NOT delete this file!
# It is necessary for linking the library.
# The name that we can dlopen(3).
dlname='../bin/libvlc.dll'
# Names of this library.
library_names='libvlc.dll.a'
# The name of the static archive.
old_library=''
# Linker flags that can not go in dependency_libs.
inherited_linker_flags=''
# Libraries that this one depends upon.
dependency_libs=' -L/home/jb/vlc-2.1/contrib/i686-w64-mingw32/lib /home/jb/vlc-2.1/win32/_win32/lib/libvlccore.la /home/jb/vlc-2.1/contrib/i686-w64-mingw32/lib/libgpg-error.la -lwinmm /home/jb/vlc-2.1/contrib/i686-w64-mingw32/lib/libiconv.la -lws2_32'
# Names of additional weak libraries provided by this library
weak_library_names=''
# Version information for libvlc.
current=9
age=4
revision=0
# Is this an already installed library?
installed=yes
# Should we warn about portability when linking against -modules?
shouldnotlink=no
# Files to dlopen/dlpreopen
dlopen=''
dlpreopen=''
# Directory that this library needs to be installed in:
libdir='/home/jb/vlc-2.1/win32/_win32/lib'

Binary file not shown.

View file

@ -0,0 +1,41 @@
# libvlccore.la - a libtool library file
# Generated by libtool (GNU libtool) 2.4.2 Debian-2.4.2-1.1
#
# Please DO NOT delete this file!
# It is necessary for linking the library.
# The name that we can dlopen(3).
dlname='../bin/libvlccore.dll'
# Names of this library.
library_names='libvlccore.dll.a'
# The name of the static archive.
old_library=''
# Linker flags that can not go in dependency_libs.
inherited_linker_flags=''
# Libraries that this one depends upon.
dependency_libs=' -L/home/jb/vlc-2.1/contrib/i686-w64-mingw32/lib /home/jb/vlc-2.1/contrib/i686-w64-mingw32/lib/libgpg-error.la -lwinmm /home/jb/vlc-2.1/contrib/i686-w64-mingw32/lib/libiconv.la -lws2_32'
# Names of additional weak libraries provided by this library
weak_library_names=''
# Version information for libvlccore.
current=7
age=0
revision=0
# Is this an already installed library?
installed=yes
# Should we warn about portability when linking against -modules?
shouldnotlink=no
# Files to dlopen/dlpreopen
dlopen=''
dlpreopen=''
# Directory that this library needs to be installed in:
libdir='/home/jb/vlc-2.1/win32/_win32/lib'

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View file

@ -0,0 +1,11 @@
prefix=/home/jb/vlc-2.1/win32/_win32
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include
Name: LibVLC control API
Description: VLC media player external control library
Version: 2.1.3
Cflags: -I${includedir}
Libs: -L${libdir} -lvlc
Libs.private: -lvlccore

View file

@ -0,0 +1,24 @@
prefix=/home/jb/vlc-2.1/win32/_win32
exec_prefix=${prefix}
includedir=${prefix}/include
datarootdir=${prefix}/share
libdir=${exec_prefix}/lib
datadir=${datarootdir}
pkgincludedir=${prefix}/include/vlc
pkgdatadir=${datadir}/vlc
pkglibdir=${libdir}/vlc
pluginsdir=${pkglibdir}/plugins
Name: VLC plugin API
Description: VLC media player plugin interface
Version: 2.1.3
Cflags: -I${includedir} -I${pkgincludedir}/plugins \
-D__PLUGIN__ \
-D_FILE_OFFSET_BITS=64 \
\
-D_REENTRANT \
-D_THREAD_SAFE
Libs: -L${libdir} -lvlccore
Libs.private: -L/home/jb/vlc-2.1/contrib/i686-w64-mingw32/lib -lgcrypt -lgpg-error -lwinmm \
-L/home/jb/vlc-2.1/contrib/i686-w64-mingw32/lib -lintl -L/home/jb/vlc-2.1/contrib/i686-w64-mingw32/lib -liconv -L/home/jb/vlc-2.1/contrib/i686-w64-mingw32/lib -liconv \
-lws2_32 -lm