Code: Select all
vlc/modules/demux$ make -f makefile_mp4_w
Package vlc-plugin was not found in the pkg-config search path.
Perhaps you should add the directory containing `vlc-plugin.pc'
to the PKG_CONFIG_PATH environment variable
No package 'vlc-plugin' found
make: Nothing to be done for 'all'.
Code: Select all
diff --git a/include/vlc_aout.h b/include/vlc_aout.h
index 43fbf2f120..cc5d717b1f 100644
--- a/include/vlc_aout.h
+++ b/include/vlc_aout.h
@@ -24,6 +24,7 @@
#define VLC_AOUT_H 1
#include <assert.h>
+#include "vlc_fixups.h"
/**
* \defgroup audio_output Audio output
Code: Select all
COMPILER_PATH=/usr/lib/gcc/x86_64-w64-mingw32/7.3-win32/:/usr/lib/gcc/x86_64-w64-mingw32/7.3-win32/:/usr/lib/gcc/x86_64-w64-mingw32/:/usr/lib/gcc/x86_64-w64-mingw32/7.3-win32/:/usr/lib/gcc/x86_64-w64-mingw32/:/usr/lib/gcc/x86_64-w64-mingw32/7.3-win32/../../../../x86_64-w64-mingw32/bin/
LIBRARY_PATH=/usr/lib/gcc/x86_64-w64-mingw32/7.3-win32/:/usr/lib/gcc/x86_64-w64-mingw32/7.3-win32/../../../../x86_64-w64-mingw32/lib/
COLLECT_GCC_OPTIONS='-std=gnu99' '-shared' '-o' 'libmp4_plugin.dll' '-L/home/andreyrusanov/work' '-L/usr/lib/gcc/x86_64-w64-mingw32/7.3-win32' '-v' '-mtune=generic' '-march=x86-64'
/usr/lib/gcc/x86_64-w64-mingw32/7.3-win32/collect2 -m i386pep --shared -Bdynamic -e DllMainCRTStartup --enable-auto-image-base -o libmp4_plugin.dll /usr/lib/gcc/x86_64-w64-mingw32/7.3-win32/../../../../x86_64-w64-mingw32/lib/dllcrt2.o /usr/lib/gcc/x86_64-w64-mingw32/7.3-win32/crtbegin.o -L/home/andreyrusanov/work -L/usr/lib/gcc/x86_64-w64-mingw32/7.3-win32 -L/usr/lib/gcc/x86_64-w64-mingw32/7.3-win32 -L/usr/lib/gcc/x86_64-w64-mingw32/7.3-win32/../../../../x86_64-w64-mingw32/lib mp4/mp4.o mp4/fragments.o mp4/libmp4.o mp4/heif.o mp4/essetup.o mp4/meta.o asf/asfpacket.o -lm -llibvlccore -lssp -lmingw32 -lgcc_s -lgcc -lmoldname -lmingwex -lmsvcrt -ladvapi32 -lshell32 -luser32 -lkernel32 -lmingw32 -lgcc_s -lgcc -lmoldname -lmingwex -lmsvcrt /usr/lib/gcc/x86_64-w64-mingw32/7.3-win32/crtend.o
undefined reference to `__assert_fail'
undefined reference to `strndup'
undefined reference to `__snprintf_chk'
Return to “Development around libVLC”
Users browsing this forum: No registered users and 39 guests