init commit
This commit is contained in:
commit
322d1a0516
1054 changed files with 85998 additions and 0 deletions
41
source/vlc/cpp/lib/libvlc.la
Normal file
41
source/vlc/cpp/lib/libvlc.la
Normal 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'
|
BIN
source/vlc/cpp/lib/libvlc.lib
Normal file
BIN
source/vlc/cpp/lib/libvlc.lib
Normal file
Binary file not shown.
41
source/vlc/cpp/lib/libvlccore.la
Normal file
41
source/vlc/cpp/lib/libvlccore.la
Normal 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'
|
BIN
source/vlc/cpp/lib/libvlccore.lib
Normal file
BIN
source/vlc/cpp/lib/libvlccore.lib
Normal file
Binary file not shown.
BIN
source/vlc/cpp/lib/linux/libvlc.so
Normal file
BIN
source/vlc/cpp/lib/linux/libvlc.so
Normal file
Binary file not shown.
BIN
source/vlc/cpp/lib/linux/libvlc.so.5
Normal file
BIN
source/vlc/cpp/lib/linux/libvlc.so.5
Normal file
Binary file not shown.
BIN
source/vlc/cpp/lib/linux/libvlc.so.5.4.0
Normal file
BIN
source/vlc/cpp/lib/linux/libvlc.so.5.4.0
Normal file
Binary file not shown.
BIN
source/vlc/cpp/lib/linux/libvlccore.so.7
Normal file
BIN
source/vlc/cpp/lib/linux/libvlccore.so.7
Normal file
Binary file not shown.
BIN
source/vlc/cpp/lib/linux/libvlccore.so.7.0.0
Normal file
BIN
source/vlc/cpp/lib/linux/libvlccore.so.7.0.0
Normal file
Binary file not shown.
11
source/vlc/cpp/lib/pkgconfig/libvlc.pc
Normal file
11
source/vlc/cpp/lib/pkgconfig/libvlc.pc
Normal 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
|
24
source/vlc/cpp/lib/pkgconfig/vlc-plugin.pc
Normal file
24
source/vlc/cpp/lib/pkgconfig/vlc-plugin.pc
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue