Because HarfBuzz doesn't exist on vlc-2.0.git.The compile problem of HARFBUZZ is only with the git version.
With stable version 2.0.3, this compile problem does not occurs, nor the -H option crash, nor the sound problem.
On Ubuntu, I confirm that libass plugin cannot be built.I tried to add the gdi32 to libass in the configure.ac file:
if test "${SYS}" = "mingw32"; then
VLC_ADD_LIBS([libass],[-lgdi32])
fi
Code: Select all
LIBASS_LIBS = -L/home/nkoriyama/src/vlc/contrib/i686-w64-mingw32/lib -lass -lm -lharfbuzz -lgdi32 -lusp10 -lfontconfig -lxml2 -liconv -lfribidi -lfreetype -lz
Code: Select all
Libs: -L${libdir} -lharfbuzz -lgdi32 -lusp10
Yes, your patch works.I'll submit a patch later.
Hi dreamerZM,Hi bendanan
I have meet the same problem , have you solved this problem?
also i meet this problem:
CCLD libpostproc_plugin.la
Creating library file: .libs/libpostproc_plugin.dll.a
thanks
Code: Select all
../../../extras/package/win32/../../../modules/codec/avcodec/dxva2.c:80:20: fatal error: dxva.h: No such file or directory
compilation terminated.
make[4]: *** [libavcodec_plugin_la-dxva2.lo] Error 1
make[4]: Leaving directory ` ... /win64/modules/codec'
Code: Select all
diff --git a/modules/codec/avcodec/dxva2.c b/modules/codec/avcodec/dxva2.c
index b22b248..178f5a2 100644
--- a/modules/codec/avcodec/dxva2.c
+++ b/modules/codec/avcodec/dxva2.c
@@ -76,8 +76,6 @@
# undef MS_GUID
# define MS_GUID DEFINE_GUID /* dxva2api.h fails to declare those, redefine as static */
# define DXVA2_E_NEW_VIDEO_DEVICE MAKE_HRESULT(1, 4, 4097)
-# else
-# include <dxva.h>
# endif
#endif /* __MINGW32__ */
Return to “VLC media player for Linux and friends Troubleshooting”
Users browsing this forum: No registered users and 3 guests