64bit VLC

Microsoft Windows specific usage questions
Forum rules
Please post only Windows specific questions in this forum category. If you don't know where to post, please read the different forums' rules. Thanks.
funman
Developer
Developer
Posts: 1159
Joined: 03 Sep 2006 04:03
VLC version: master
Operating System: All of them
Location: Lost, please help me

Re: 64bit VLC

Postby funman » 29 Nov 2011 04:26

Nightly Build of VLC should be back soon

xasx
New Cone
New Cone
Posts: 8
Joined: 17 Apr 2008 11:34

Re: 64bit VLC

Postby xasx » 11 Dec 2011 00:03

I have Problems launching latest 64-bit nightly build:
- vlc-cache-gen crashes during installation.
- vlc does not start.

Is there anything I can do to resolve this or gather any information to help this being resolved?

Here's some data for the vlc-cache-gen crashes from the eventlog:

Code: Select all

<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event"> <System> <Provider Name="Application Error" /> <EventID Qualifiers="0">1000</EventID> <Level>2</Level> <Task>100</Task> <Keywords>0x80000000000000</Keywords> <TimeCreated SystemTime="2011-12-10T22:58:29.000000000Z" /> <EventRecordID>25088</EventRecordID> <Channel>Application</Channel> <Computer>APW</Computer> <Security /> </System> <EventData> <Data>vlc-cache-gen.exe</Data> <Data>1.3.0.0</Data> <Data>4ee2b4be</Data> <Data>libvlccore.dll</Data> <Data>1.3.0.0</Data> <Data>4ee2b4d4</Data> <Data>c0000005</Data> <Data>00000000000fe281</Data> <Data>193c</Data> <Data>01ccb78f3ae52c73</Data> <Data>C:\Program Files\VideoLAN\VLC\vlc-cache-gen.exe</Data> <Data>C:\Program Files\VideoLAN\VLC\libvlccore.dll</Data> <Data>791577da-2382-11e1-a8f0-0009dd400ca5</Data> </EventData> </Event>

xasx
New Cone
New Cone
Posts: 8
Joined: 17 Apr 2008 11:34

Re: 64bit VLC

Postby xasx » 11 Dec 2011 00:39

When I run VLC in VS2010 debugger I get an access violation exception:
Unhandled exception at 0x6a3ae281 in vlc.exe: 0xC0000005: Access violation writing location 0x0000000000000003.

Unfortunately even the debug builds do not contain any usable debugging information (maybe incompatible). But nevertheless here's the call stack:

Code: Select all

libvlccore.dll!000000006a3ae281() [Frames below may be incorrect and/or missing, no symbols loaded for libvlccore.dll] libvlccore.dll!000000006a32063d() libvlccore.dll!000000006a320b66() libvlccore.dll!000000006a2b1677() libvlc.dll!00000000696c1632() vlc.exe!0000000000401eab() vlc.exe!00000000004013ce() vlc.exe!00000000004014c8()
Disassembly, if useful:

Code: Select all

000000006A3AE21F nop 000000006A3AE220 push rbp 000000006A3AE221 push rdi 000000006A3AE222 push rsi 000000006A3AE223 push rbx 000000006A3AE224 sub rsp,38h 000000006A3AE228 mov qword ptr [rsp+78h],r9 000000006A3AE22D lea r9,[rsp+70h] 000000006A3AE232 mov qword ptr [rsp+70h],r8 000000006A3AE237 mov rdi,rcx 000000006A3AE23A mov r8,rdx 000000006A3AE23D xor ecx,ecx 000000006A3AE23F mov rsi,rdx 000000006A3AE242 xor edx,edx 000000006A3AE244 mov qword ptr [rsp+28h],r9 000000006A3AE249 call 000000006A3B2CD0 000000006A3AE24E test eax,eax 000000006A3AE250 mov ebx,eax 000000006A3AE252 js 000000006A3AE284 000000006A3AE254 lea ecx,[rbx+1] 000000006A3AE257 movsxd rcx,ecx 000000006A3AE25A call 000000006A3BDE90 000000006A3AE25F test rax,rax 000000006A3AE262 mov qword ptr [rdi],rax 000000006A3AE265 je 000000006A3AE290 000000006A3AE267 mov r9,qword ptr [rsp+28h] 000000006A3AE26C movsxd rbp,ebx 000000006A3AE26F mov r8,rsi 000000006A3AE272 mov rdx,rbp 000000006A3AE275 mov rcx,rax 000000006A3AE278 call 000000006A3B2CD0 000000006A3AE27D mov rax,qword ptr [rdi+rbp*8] 000000006A3AE281 mov byte ptr [rax],0 <<<<<<<<<< Instruction Pointer is here 000000006A3AE284 mov eax,ebx 000000006A3AE286 add rsp,38h 000000006A3AE28A pop rbx 000000006A3AE28B pop rsi 000000006A3AE28C pop rdi 000000006A3AE28D pop rbp 000000006A3AE28E ret 000000006A3AE28F nop
I hope this is helpful information to examine this further.

Regards
Andreas

Jean-Baptiste Kempf
Site Administrator
Site Administrator
Posts: 37523
Joined: 22 Jul 2005 15:29
VLC version: 4.0.0-git
Operating System: Linux, Windows, Mac
Location: Cone, France
Contact:

Re: 64bit VLC

Postby Jean-Baptiste Kempf » 11 Dec 2011 01:16

Finding which plugin is at fault, would help a lot.
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer, VideoLAN President and Sites administrator
If you want an answer to your question, just be specific and precise. Don't use Private Messages.

xasx
New Cone
New Cone
Posts: 8
Joined: 17 Apr 2008 11:34

Re: 64bit VLC

Postby xasx » 11 Dec 2011 01:28

If I rename the plugins folder to '_plugins' and create an empty new 'plugins' folder the exception slightly changes to:
Unhandled exception at 0x6982e281 in vlc.exe: 0xC0000005: Access violation writing location 0x0000000000000003.

Further changes in the address of the exception can be achieved if I repeat the renaming for other folders like skins, lua, locale.

Also, I did not modify my installation in any way. Just drop all the contents of vlc-1.3.0-git-*-debug.7z to a folder and run it from there, no other VLC installed.

nkoriyama
Cone that earned his stripes
Cone that earned his stripes
Posts: 338
Joined: 01 Sep 2011 20:50
VLC version: git
Operating System: Windows / Mac OS X
Location: Japan

Re: 64bit VLC

Postby nkoriyama » 11 Dec 2011 06:43

All Win64 binary vlc-1.3.0-git-* has been broken since the end of November. I already reported this issue to trac, and vlc-dev.

I build vlc-git with MinGW-w64 v2.0.1. VLC doesn't run, instantly finishes, same as Nightly builds.
I have three develop environments for building VLC for Windows : MinGW, MinGW-w64 64bit, MinGW-w64 32bit
Not only 64bit build but also 32bit build with MinGW-w64 has this problem.
Of course, 32bit build with MinGW has no problem.
How To Ask Questions The Smart Way http://www.catb.org/~esr/faqs/smart-questions.html
My hack for ISDB-T http://sdrv.ms/126weue

xasx
New Cone
New Cone
Posts: 8
Joined: 17 Apr 2008 11:34

Re: 64bit VLC

Postby xasx » 11 Dec 2011 14:28

All Win64 binary vlc-1.3.0-git-* has been broken since the end of November. I already reported this issue to trac, and vlc-dev.
Ah. Thanks for the information. And good to know. Until now I thought it would be related to my OS's configuration or such.
I build vlc-git with MinGW-w64 v2.0.1. VLC doesn't run, instantly finishes, same as Nightly builds.
I have three develop environments for building VLC for Windows : MinGW, MinGW-w64 64bit, MinGW-w64 32bit
Not only 64bit build but also 32bit build with MinGW-w64 has this problem.
Of course, 32bit build with MinGW has no problem.
So, if I understand correctly, the issue is related to the w64 version of MinGW. I will now have a look at the issue on trac for follwing this up.

Thank you.

Edit: Just for reference, I think it's this one: https://trac.videolan.org/vlc/ticket/5619

AMG
New Cone
New Cone
Posts: 3
Joined: 19 Dec 2011 11:30
Operating System: Windows 7

Re: 64bit VLC

Postby AMG » 19 Dec 2011 11:41

Hello

I have win7 sp1 64bit and have tested vlc 1.3.0 is not working !!!

Thanks for this info !!! :wink: :wink: :wink:
Just for reference, I think it's this one: https://trac.videolan.org/vlc/ticket/5619
Image
My PC: http://www.sysprofile.de/id21540
My Firefox Collection: https://addons.mozilla.org/de/firefox/collection/amg?show=100
My deviantART: http://almigo.deviantart.com/

AMG
New Cone
New Cone
Posts: 3
Joined: 19 Dec 2011 11:30
Operating System: Windows 7

Re: 64bit VLC

Postby AMG » 21 Dec 2011 09:17

Hello

VLC from 20.12. and 21.12.2011 not works see:
Filenames ???

Image

and stop it !!!

Image

:( :( :(
Image
My PC: http://www.sysprofile.de/id21540
My Firefox Collection: https://addons.mozilla.org/de/firefox/collection/amg?show=100
My deviantART: http://almigo.deviantart.com/

xasx
New Cone
New Cone
Posts: 8
Joined: 17 Apr 2008 11:34

Re: 64bit VLC

Postby xasx » 21 Dec 2011 12:07

Hello

VLC from 20.12. and 21.12.2011 not works see:
Filenames ???

and stop it !!!

:( :( :(
Did you read last Trac comment by funman? He talks about string corruption and therefore some modules not being found which finally leads to VLC still not working.

https://trac.videolan.org/vlc/ticket/5619#comment:9

I think we have to wait for a working version till the new year.

Regards

nkoriyama
Cone that earned his stripes
Cone that earned his stripes
Posts: 338
Joined: 01 Sep 2011 20:50
VLC version: git
Operating System: Windows / Mac OS X
Location: Japan

Re: 64bit VLC

Postby nkoriyama » 21 Dec 2011 22:43

Good news.
Windows 64bit build recovers now! vlc-1.3.0-git-20111221-0825-win64
We can enjoy 64bit builds :D
Give a salute to funman!
How To Ask Questions The Smart Way http://www.catb.org/~esr/faqs/smart-questions.html
My hack for ISDB-T http://sdrv.ms/126weue

xasx
New Cone
New Cone
Posts: 8
Joined: 17 Apr 2008 11:34

Re: 64bit VLC

Postby xasx » 21 Dec 2011 23:05

Good news.
Windows 64bit build recovers now! vlc-1.3.0-git-20111221-0825-win64
We can enjoy 64bit builds :D
Give a salute to funman!
Confirmed. :) many thanks

Let's hope all these MinGW32-64 issues can be fixed.

AMG
New Cone
New Cone
Posts: 3
Joined: 19 Dec 2011 11:30
Operating System: Windows 7

Re: 64bit VLC

Postby AMG » 22 Dec 2011 00:56

Good news.
Windows 64bit build recovers now! vlc-1.3.0-git-20111221-0825-win64
We can enjoy 64bit builds :D
Give a salute to funman!
Cool nice its worked !!! :wink: :wink: :wink:
Image
My PC: http://www.sysprofile.de/id21540
My Firefox Collection: https://addons.mozilla.org/de/firefox/collection/amg?show=100
My deviantART: http://almigo.deviantart.com/

tranle
Blank Cone
Blank Cone
Posts: 37
Joined: 18 Mar 2011 06:36
VLC version: 4.0.0
Operating System: windows
Location: california

Re: 64bit VLC

Postby tranle » 22 Dec 2011 04:07

Good news.
Windows 64bit build recovers now! vlc-1.3.0-git-20111221-0825-win64
We can enjoy 64bit builds :D
Give a salute to funman!
It is working only if you do not have input&codecs->Use GPU accelerated decoding checked.
So a 1080p movie is a bit choppy.

In comparison with the 32bit bit build it works correctly with GPU accelerated checked.

MichaelMc
Blank Cone
Blank Cone
Posts: 63
Joined: 10 Jun 2009 17:55

Re: 64bit VLC

Postby MichaelMc » 04 Jan 2012 12:24

Is there a latest branch (1.2) build of 64bit VLC? Nightly contains trunk only.

Jean-Baptiste Kempf
Site Administrator
Site Administrator
Posts: 37523
Joined: 22 Jul 2005 15:29
VLC version: 4.0.0-git
Operating System: Linux, Windows, Mac
Location: Cone, France
Contact:

Re: 64bit VLC

Postby Jean-Baptiste Kempf » 05 Jan 2012 02:04

No, only trunk exists so far, because it is not stable yet.
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer, VideoLAN President and Sites administrator
If you want an answer to your question, just be specific and precise. Don't use Private Messages.

speciesx
Blank Cone
Blank Cone
Posts: 13
Joined: 06 Mar 2011 22:06

Re: 64bit VLC

Postby speciesx » 05 Mar 2012 20:44

I try out the last build vlc-2.1.0-git-20120305-0403-win64.
The Firefox browser plugin still doesn't fully work (stream doesn't start) , and the Context menu also doesn't work.

Image

funman
Developer
Developer
Posts: 1159
Joined: 03 Sep 2006 04:03
VLC version: master
Operating System: All of them
Location: Lost, please help me

Re: 64bit VLC

Postby funman » 19 Mar 2012 17:36


speciesx
Blank Cone
Blank Cone
Posts: 13
Joined: 06 Mar 2011 22:06

Re: 64bit VLC

Postby speciesx » 20 Sep 2012 18:45

2.0.3 of win64 still not released!

Jean-Baptiste Kempf
Site Administrator
Site Administrator
Posts: 37523
Joined: 22 Jul 2005 15:29
VLC version: 4.0.0-git
Operating System: Linux, Windows, Mac
Location: Cone, France
Contact:

Re: 64bit VLC

Postby Jean-Baptiste Kempf » 21 Sep 2012 11:58

Use 2.0.2
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer, VideoLAN President and Sites administrator
If you want an answer to your question, just be specific and precise. Don't use Private Messages.

balasubramanya
Blank Cone
Blank Cone
Posts: 61
Joined: 11 Feb 2013 07:33

Re: 64bit VLC

Postby balasubramanya » 11 Feb 2013 12:03

Is there any specific procedure for compiling Win64 build on windows 7? or can I use
http://wiki.videolan.org/Win32CompileMSYSNew without any issues?

Jean-Baptiste Kempf
Site Administrator
Site Administrator
Posts: 37523
Joined: 22 Jul 2005 15:29
VLC version: 4.0.0-git
Operating System: Linux, Windows, Mac
Location: Cone, France
Contact:

Re: 64bit VLC

Postby Jean-Baptiste Kempf » 12 Feb 2013 14:28

Yes, you can, but change the host.
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer, VideoLAN President and Sites administrator
If you want an answer to your question, just be specific and precise. Don't use Private Messages.

balasubramanya
Blank Cone
Blank Cone
Posts: 61
Joined: 11 Feb 2013 07:33

Re: 64bit VLC

Postby balasubramanya » 13 Feb 2013 07:07

Thanks Kempf for your reply.

Now I am getting following error during Win64 compilation.

checking libavformat/avformat.h presence... yes
checking for libavformat/avformat.h... yes
checking libavformat/avio.h usability... yes
checking libavformat/avio.h presence... yes
checking for libavformat/avio.h... yes
checking for libavutil/avutil.h... (cached) yes
checking for SWSCALE... yes
checking libswscale/swscale.h usability... yes
checking libswscale/swscale.h presence... yes
checking for libswscale/swscale.h... yes
checking for POSTPROC... yes
checking postproc/postprocess.h usability... no
checking postproc/postprocess.h presence... no
checking for postproc/postprocess.h... no
checking faad.h usability... yes
checking faad.h presence... yes
checking for faad.h... yes
checking for faacDecOpen in -lfaad... no
checking for NeAACDecOpen in -lfaad... no
configure: error: Cannot find libfaad library...

How to fix this issue? Please help.

following is the config.log

configure:33305: checking faad.h usability
configure:33305: x86_64-w64-mingw32-gcc -std=gnu99 -c -g -O2 -I/home/Administrator/vlc-2.0.2/contrib/x86_64-w64-mingw32/include -mms-bitfields -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -Werror-implicit-function-declaration -pipe -ffast-math -funroll-loops -fomit-frame-pointer -mtune=athlon64 -I/home/Administrator/vlc-2.0.2/contrib/x86_64-w64-mingw32/include -D__USE_MINGW_ANSI_STDIO=1 conftest.c >&5
In file included from conftest.c:139:0:
C:/MinGW64/mysys/1.0/home/Administrator/vlc-2.0.2/contrib/x86_64-w64-mingw32/include/faad.h:32:9: note: #pragma message: please update faad2 include filename and function names!
configure:33305: $? = 0
configure:33305: result: yes
configure:33305: checking faad.h presence
configure:33305: x86_64-w64-mingw32-gcc -std=gnu99 -E -I/home/Administrator/vlc-2.0.2/contrib/x86_64-w64-mingw32/include -D__USE_MINGW_ANSI_STDIO=1 conftest.c
configure:33305: $? = 0
configure:33305: result: yes
configure:33305: checking for faad.h
configure:33305: result: yes
configure:33317: checking for faacDecOpen in -lfaad
configure:33342: x86_64-w64-mingw32-gcc -std=gnu99 -o conftest.exe -g -O2 -I/home/Administrator/vlc-2.0.2/contrib/x86_64-w64-mingw32/include -mms-bitfields -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -Werror-implicit-function-declaration -pipe -ffast-math -funroll-loops -fomit-frame-pointer -mtune=athlon64 -I/home/Administrator/vlc-2.0.2/contrib/x86_64-w64-mingw32/include -D__USE_MINGW_ANSI_STDIO=1 -L/home/Administrator/vlc-2.0.2/contrib/x86_64-w64-mingw32/lib -lm conftest.c -lfaad -lmingw32 >&5
C:\Users\ADMINI~1\AppData\Local\Temp\ccjfxzVo.o: In function `main':
C:\MinGW64\mysys\1.0\home\Administrator\vlc-2.0.2/conftest.c:118: undefined reference to `faacDecOpen'
collect2.exe: error: ld returned 1 exit status
configure:33342: $? = 1
configure: failed program was:

balasubramanya
Blank Cone
Blank Cone
Posts: 61
Joined: 11 Feb 2013 07:33

Re: 64bit VLC

Postby balasubramanya » 13 Feb 2013 08:42

I ran the configure again using
sh extras/package/win32/configure.sh --host=x86_64-w64-mingw32 --with-contrib=contrib/x86_64-w64-mingw32 --disable-nls --disable-lua
command. I did not get the libfaad error.

I am getting a new set of errors during make. I don't have any clue about this issue. Please help me in resolving this issue.

I used
PATH=/usr/win32/bin:$PATH make
command

make[6]: Entering directory `/home/Administrator/vlc-2.0.2/modules/gui/qt4'
make[6]: Nothing to be done for `all-am'.
make[6]: Leaving directory `/home/Administrator/vlc-2.0.2/modules/gui/qt4'
make[5]: Leaving directory `/home/Administrator/vlc-2.0.2/modules/gui/qt4'
Making all in skins2
make[5]: Entering directory `/home/Administrator/vlc-2.0.2/modules/gui/skins2'
make all-am
make[6]: Entering directory `/home/Administrator/vlc-2.0.2/modules/gui/skins2'
make[6]: Nothing to be done for `all-am'.
make[6]: Leaving directory `/home/Administrator/vlc-2.0.2/modules/gui/skins2'
make[5]: Leaving directory `/home/Administrator/vlc-2.0.2/modules/gui/skins2'
make[5]: Entering directory `/home/Administrator/vlc-2.0.2/modules/gui'
make[5]: Nothing to be done for `all-am'.
make[5]: Leaving directory `/home/Administrator/vlc-2.0.2/modules/gui'
make[4]: Leaving directory `/home/Administrator/vlc-2.0.2/modules/gui'
make[3]: Leaving directory `/home/Administrator/vlc-2.0.2/modules/gui'
Making all in meta_engine
make[3]: Entering directory `/home/Administrator/vlc-2.0.2/modules/meta_engine'
make all-am
make[4]: Entering directory `/home/Administrator/vlc-2.0.2/modules/meta_engine'
CXXLD libtaglib_plugin.la
.libs/libtaglib_plugin_la-taglib.o: In function `WriteMetaToAPE':
C:\MinGW64\mysys\1.0\home\Administrator\vlc-2.0.2\modules\meta_engine/taglib.cpp:602: undefined refe
rence to `__imp__ZN6TagLib6StringC1EPKcNS0_4TypeE'
C:\MinGW64\mysys\1.0\home\Administrator\vlc-2.0.2\modules\meta_engine/taglib.cpp:602: undefined refe
rence to `__imp__ZN6TagLib6StringD1Ev'
C:\MinGW64\mysys\1.0\home\Administrator\vlc-2.0.2\modules\meta_engine/taglib.cpp:602: undefined refe
rence to `__imp__ZN6TagLib6StringD1Ev'
C:\MinGW64\mysys\1.0\home\Administrator\vlc-2.0.2\modules\meta_engine/taglib.cpp:602: undefined refe
rence to `__imp__ZN6TagLib3APE3Tag8addValueERKNS_6StringES4_b'
C:\MinGW64\mysys\1.0\home\Administrator\vlc-2.0.2\modules\meta_engine/taglib.cpp:602: undefined refe
rence to `__imp__ZN6TagLib6StringD1Ev'
C:\MinGW64\mysys\1.0\home\Administrator\vlc-2.0.2\modules\meta_engine/taglib.cpp:603: undefined refe
rence to `__imp__ZN6TagLib6StringC1EPKcNS0_4TypeE'
C:\MinGW64\mysys\1.0\home\Administrator\vlc-2.0.2\modules\meta_engine/taglib.cpp:603: undefined refe
rence to `__imp__ZN6TagLib6StringD1Ev'
C:\MinGW64\mysys\1.0\home\Administrator\vlc-2.0.2\modules\meta_engine/taglib.cpp:603: undefined refe
rence to `__imp__ZN6TagLib6StringD1Ev'
C:\MinGW64\mysys\1.0\home\Administrator\vlc-2.0.2\modules\meta_engine/taglib.cpp:603: undefined refe
rence to `__imp__ZN6TagLib3APE3Tag8addValueERKNS_6StringES4_b'
C:\MinGW64\mysys\1.0\home\Administrator\vlc-2.0.2\modules\meta_engine/taglib.cpp:603: undefined refe
rence to `__imp__ZN6TagLib6StringD1Ev'
C:\MinGW64\mysys\1.0\home\Administrator\vlc-2.0.2\modules\meta_engine/taglib.cpp:604: undefined refe
rence to `__imp__ZN6TagLib6StringC1EPKcNS0_4TypeE'
C:\MinGW64\mysys\1.0\home\Administrator\vlc-2.0.2\modules\meta_engine/taglib.cpp:604: undefined refe
rence to `__imp__ZN6TagLib6StringD1Ev'
C:\MinGW64\mysys\1.0\home\Administrator\vlc-2.0.2\modules\meta_engine/taglib.cpp:604: undefined refe
rence to `__imp__ZN6TagLib6StringD1Ev'
C:\MinGW64\mysys\1.0\home\Administrator\vlc-2.0.2\modules\meta_engine/taglib.cpp:604: undefined refe
rence to `__imp__ZN6TagLib3APE3Tag8addValueERKNS_6StringES4_b'
C:\MinGW64\mysys\1.0\home\Administrator\vlc-2.0.2\modules\meta_engine/taglib.cpp:604: undefined refe
rence to `__imp__ZN6TagLib6StringD1Ev'
.libs/libtaglib_plugin_la-taglib.o: In function `WriteMetaToXiph':
C:\MinGW64\mysys\1.0\home\Administrator\vlc-2.0.2\modules\meta_engine/taglib.cpp:658: undefined refe
rence to `__imp__ZN6TagLib6StringC1EPKcNS0_4TypeE'
C:\MinGW64\mysys\1.0\home\Administrator\vlc-2.0.2\modules\meta_engine/taglib.cpp:658: undefined refe
rence to `__imp__ZN6TagLib3Ogg11XiphComment8addFieldERKNS_6StringES4_b'
C:\MinGW64\mysys\1.0\home\Administrator\vlc-2.0.2\modules\meta_engine/taglib.cpp:658: undefined refe
rence to `__imp__ZN6TagLib6StringD1Ev'
C:\MinGW64\mysys\1.0\home\Administrator\vlc-2.0.2\modules\meta_engine/taglib.cpp:661: undefined refe
rence to `__imp__ZN6TagLib6StringD1Ev'
C:\MinGW64\mysys\1.0\home\Administrator\vlc-2.0.2\modules\meta_engine/taglib.cpp:658: undefined refe
rence to `__imp__ZN6TagLib6StringD1Ev'
.libs/libtaglib_plugin_la-taglib.o: In function `WriteMetaToId3v2':
C:\MinGW64\mysys\1.0\home\Administrator\vlc-2.0.2\modules\meta_engine/taglib.cpp:631: undefined refe
rence to `__imp__ZN6TagLib10ByteVectorC1EPKcj'
C:\MinGW64\mysys\1.0\home\Administrator\vlc-2.0.2\modules\meta_engine/taglib.cpp:631: undefined refe
rence to `__imp__ZN6TagLib5ID3v23Tag12removeFramesERKNS_10ByteVectorE'
C:\MinGW64\mysys\1.0\home\Administrator\vlc-2.0.2\modules\meta_engine/taglib.cpp:631: undefined refe
rence to `__imp__ZN6TagLib5ID3v223TextIdentificationFrameC1ERKNS_10ByteVectorENS_6String4TypeE'
C:\MinGW64\mysys\1.0\home\Administrator\vlc-2.0.2\modules\meta_engine/taglib.cpp:631: undefined refe
rence to `__imp__ZN6TagLib6StringC1EPKcNS0_4TypeE'
C:\MinGW64\mysys\1.0\home\Administrator\vlc-2.0.2\modules\meta_engine/taglib.cpp:631: undefined refe
rence to `__imp__ZN6TagLib6StringD1Ev'
C:\MinGW64\mysys\1.0\home\Administrator\vlc-2.0.2\modules\meta_engine/taglib.cpp:631: undefined refe
rence to `__imp__ZN6TagLib5ID3v23Tag8addFrameEPNS0_5FrameE'
C:\MinGW64\mysys\1.0\home\Administrator\vlc-2.0.2\modules\meta_engine/taglib.cpp:631: undefined refe
rence to `__imp__ZN6TagLib10ByteVectorD1Ev'

balasubramanya
Blank Cone
Blank Cone
Posts: 61
Joined: 11 Feb 2013 07:33

Re: 64bit VLC

Postby balasubramanya » 14 Feb 2013 05:12

Can any body help me out in fixing above errors? Thanks in advance.


Return to “VLC media player for Windows Troubleshooting”

Who is online

Users browsing this forum: Bing [Bot], dagwould and 52 guests