备份
This commit is contained in:
41
demo/kugou/include/vlc/lib/libvlc.la
Normal file
41
demo/kugou/include/vlc/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.11
|
||||
#
|
||||
# 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/funman/vlc/contrib/x86_64-w64-mingw32/lib /home/funman/vlc/build/_win32/lib/libvlccore.la /home/funman/vlc/contrib/x86_64-w64-mingw32/lib/libgpg-error.la -lwinmm /home/funman/vlc/contrib/x86_64-w64-mingw32/lib/libiconv.la -lws2_32'
|
||||
|
||||
# Names of additional weak libraries provided by this library
|
||||
weak_library_names=''
|
||||
|
||||
# Version information for libvlc.
|
||||
current=10
|
||||
age=5
|
||||
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/funman/vlc/build/_win32/lib'
|
||||
BIN
demo/kugou/include/vlc/lib/libvlc.lib
Normal file
BIN
demo/kugou/include/vlc/lib/libvlc.lib
Normal file
Binary file not shown.
41
demo/kugou/include/vlc/lib/libvlccore.la
Normal file
41
demo/kugou/include/vlc/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.11
|
||||
#
|
||||
# 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/funman/vlc/contrib/x86_64-w64-mingw32/lib /home/funman/vlc/contrib/x86_64-w64-mingw32/lib/libgpg-error.la -lwinmm /home/funman/vlc/contrib/x86_64-w64-mingw32/lib/libiconv.la -lws2_32'
|
||||
|
||||
# Names of additional weak libraries provided by this library
|
||||
weak_library_names=''
|
||||
|
||||
# Version information for libvlccore.
|
||||
current=8
|
||||
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/funman/vlc/build/_win32/lib'
|
||||
BIN
demo/kugou/include/vlc/lib/libvlccore.lib
Normal file
BIN
demo/kugou/include/vlc/lib/libvlccore.lib
Normal file
Binary file not shown.
11
demo/kugou/include/vlc/lib/pkgconfig/libvlc.pc
Normal file
11
demo/kugou/include/vlc/lib/pkgconfig/libvlc.pc
Normal file
@@ -0,0 +1,11 @@
|
||||
prefix=/home/funman/vlc/build/_win32
|
||||
exec_prefix=${prefix}
|
||||
libdir=${exec_prefix}/lib
|
||||
includedir=${prefix}/include
|
||||
|
||||
Name: LibVLC control API
|
||||
Description: VLC media player external control library
|
||||
Version: 2.2.0
|
||||
Cflags: -I${includedir}
|
||||
Libs: -L${libdir} -lvlc
|
||||
Libs.private: -lvlccore
|
||||
24
demo/kugou/include/vlc/lib/pkgconfig/vlc-plugin.pc
Normal file
24
demo/kugou/include/vlc/lib/pkgconfig/vlc-plugin.pc
Normal file
@@ -0,0 +1,24 @@
|
||||
prefix=/home/funman/vlc/build/_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.2.0
|
||||
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/funman/vlc/contrib/x86_64-w64-mingw32/lib -lgcrypt -lgpg-error -lwinmm \
|
||||
-L/home/funman/vlc/contrib/x86_64-w64-mingw32/lib -lintl -L/home/funman/vlc/contrib/x86_64-w64-mingw32/lib -liconv -L/home/funman/vlc/contrib/x86_64-w64-mingw32/lib -liconv \
|
||||
-lws2_32 -lm
|
||||
1
demo/kugou/include/vlc/lib/vlc.lib
Normal file
1
demo/kugou/include/vlc/lib/vlc.lib
Normal file
@@ -0,0 +1 @@
|
||||
INPUT(libvlc.lib)
|
||||
1
demo/kugou/include/vlc/lib/vlccore.lib
Normal file
1
demo/kugou/include/vlc/lib/vlccore.lib
Normal file
@@ -0,0 +1 @@
|
||||
INPUT(libvlccore.lib)
|
||||
Reference in New Issue
Block a user