Search found 19 matches

Go to advanced search

by liyake825
24 Sep 2012 05:10
Forum: VLC media player for macOS Troubleshooting
Topic: "undefined symbols for architecture armv7" error!
Replies: 0
Views: 440

"undefined symbols for architecture armv7" error!

I want to add a new decoder plugin in vlc for ios.What i have done is addind my interface file av.c in modules/codec/ and the library libav.a in extras/contrib/hosts/arm-apple-darwin10 . Also configure.ac and module.am have been modified. Then , after i have passed configuration and make, It failed ...
by liyake825
14 Sep 2012 06:24
Forum: Development around libVLC
Topic: Problem about adding a new interface module
Replies: 6
Views: 673

Re: Problem about adding a new interface module

Did you correctly link to your library?

./vlc -vvv --color --list

Should give you a list of plugins and errors too.
Thank you for reply , i have solved this problem. There is something wrong withmy library.
by liyake825
06 Sep 2012 09:23
Forum: Development around libVLC
Topic: 'MediaLibraryKit/MLFile.h' file not found
Replies: 2
Views: 668

Re: 'MediaLibraryKit/MLFile.h' file not found

It can download itself through compilation.
by liyake825
06 Sep 2012 02:46
Forum: Development around libVLC
Topic: new codec plugin add error!
Replies: 6
Views: 921

Re: new codec plugin add error!

edwardw said to look at the debug messages - they should hopefully tell you where/when/why your plugin isn't loading/has an error. I just said a couple of different methods of gettting the messages (on Windows). If you do this: In VLC, using the Qt4/default interface, go to: Tools >> Preferences >>...
by liyake825
05 Sep 2012 05:06
Forum: Development around libVLC
Topic: new codec plugin add error!
Replies: 6
Views: 921

Re: new codec plugin add error!

I have tried this for sveral times either in cmd or msys.But nothing happens.It seems that these comand line can not work on my vlc ? I don not why... You could try using a different interface like the dummy one: vlc -vvv -I dummy INPUT Where INPUT is your input. Then you should see the output in a...
by liyake825
05 Sep 2012 02:45
Forum: Development around libVLC
Topic: new codec plugin add error!
Replies: 6
Views: 921

Re: new codec plugin add error!

Look at the debug messages log with something like

Code: Select all

vlc -vvv
Thank you for replay.
I have tried this for sveral times either in cmd or msys.But nothing happens.It seems that these comand line can not work on my vlc ? I don not why...
by liyake825
03 Sep 2012 12:43
Forum: Development around libVLC
Topic: Problem about adding a new interface module
Replies: 6
Views: 673

Re: Problem about adding a new interface module

Depending on the OS, you should have .so, .dll. .dylibs in the .libs subfolders. Yes, my module have these dll , but i still can not see them in the list. Because my module depends on a decoder library( libdecode.a ).I wonder whether my libdecode.a is not good ? And nothing happens when i hit the t...
by liyake825
03 Sep 2012 08:56
Forum: Development around libVLC
Topic: new codec plugin add error!
Replies: 6
Views: 921

new codec plugin add error!

I have got the libxxx-plugin.dll after my successfully compiling the new codec. I also can saw my codec enabled when i finished configure the whole project. But when I want to play a video coded by my own codec , it appears that the plugin has not been loaded corretly, even the libxxx-plugin.dll is ...
by liyake825
01 Sep 2012 04:30
Forum: Development around libVLC
Topic: Problem compiling VLC using Native-compile with MSYS+MINGW
Replies: 4
Views: 2018

Re: Problem compiling VLC using Native-compile with MSYS+MIN

Hi MikeRuf, VLC doesn't actually build according to the steps from the wikipage as libtool isn't created correctly. What I have to do to get things moving is to modify libtool after the configure stage, replacing the line (~155) 'global_symbol_pipe=""' with: global_symbol_pipe="sed -...
by liyake825
31 Aug 2012 14:44
Forum: Development around libVLC
Topic: ADD NEW module to LC
Replies: 5
Views: 523

Re: ADD NEW module to LC

If you haev the dll, then you are fine, no?
Oh thank you ! i got it.
by liyake825
30 Aug 2012 10:46
Forum: Development around libVLC
Topic: ADD NEW module to LC
Replies: 5
Views: 523

Re: ADD NEW module to LC

Modify Modules.am by copying another module. Then, it should just work. THANK you for replay! yes, i have modified this file module.am by adding SOURCES_xxx = xxx.c and the file configure.ac : dnl dnl Libxxx plugin dnl PKG_ENABLE_MODULES_VLC([LIBxxx], [], [libxxx], [libxxx decoder support], [auto])...
by liyake825
28 Aug 2012 08:57
Forum: VLC media player for Windows Troubleshooting
Topic: make package-win32-base error! unable to rename ...
Replies: 3
Views: 450

Re: make package-win32-base error! unable to rename ...

Delete the old vlc-1.1.12 before recreating it.
Did you mean that i should all the dll file's in my computer? Not only just in the current vlc-1.1.12?
by liyake825
28 Aug 2012 08:32
Forum: VLC media player for Windows Troubleshooting
Topic: make package-win32-base error! unable to rename ...
Replies: 3
Views: 450

Re: make package-win32-base error! unable to rename ...

thank u for reply! Before i tap the "make package-win32-base error"order ,i do have delete my previous vlc-1.1.12 ,or it will give me an error about "please delete the already exist vlc-1.1.12". what is your mean about the old one ? before or after "make package-win32-base e...
by liyake825
27 Aug 2012 08:39
Forum: VLC media player for Windows Troubleshooting
Topic: make package-win32-base error! unable to rename ...
Replies: 3
Views: 450

make package-win32-base error! unable to rename ...

When i finished compile i used make package-win32-base ,and then i got the errors like follows: c:\MinGW\bin\objcopy.exe: unable to rename './vlc-1.1.12/vlc-cache-gen.exe'; rea son: File exists c:\MinGW\bin\objcopy.exe:./vlc-1.1.12/vlc-cache-gen.exe: Permission denied c:\MinGW\bin\objcopy.exe: unabl...
by liyake825
23 Aug 2012 05:43
Forum: Development around libVLC
Topic: ADD NEW module to LC
Replies: 5
Views: 523

ADD NEW module to LC

HEllo every body. I am trying to add a new decoder module into the VLC1.1.12. Since i have red the hacking"hoe to write a module ".I finish mymodule.c and creat the mymodule.a library, then,i put these files and some head files in the right place. But i am confused about the language to be...
by liyake825
06 Aug 2012 08:08
Forum: Development around libVLC
Topic: 'MediaLibraryKit/MLFile.h' file not found
Replies: 2
Views: 668

'MediaLibraryKit/MLFile.h' file not found

i download the three packages and when i run this project , i got an error 'MediaLibraryKit/MLFile.h' file not found, but i searched all these files and i could not find any file named MediaLibraryKit.h.who can help me about this?
by liyake825
27 Jul 2012 04:18
Forum: VLC media player for Windows Troubleshooting
Topic: make[6]: *** [libavcodec_plugin_la-avcodec.lo] Error 1
Replies: 2
Views: 1337

make[6]: *** [libavcodec_plugin_la-avcodec.lo] Error 1

I am buliding vlc 1.1.0 and i think i got the problem " error: 'FF_MM_MMX' undeclared (first use in this function)" as follows: avcodec.c:265:32: error: 'FF_MM_MMX' undeclared (first use in this function) avcodec.c:265:32: note: each undeclared identifier is reported only once for eac h fu...
by liyake825
26 Jul 2012 04:56
Forum: Development around libVLC
Topic: Failed bootstrap script in MSYS (Win 7 - 64bit)
Replies: 11
Views: 3886

Re: Failed bootstrap script in MSYS (Win 7 - 64bit)

Hi, Ai Pragma.I am buliding vlc 1.1.0 and i think i got the same problem " error: 'FF_MM_MMX' undeclared (first use in this function)" as follows: avcodec.c:265:32: error: 'FF_MM_MMX' undeclared (first use in this function) avcodec.c:265:32: note: each undeclared identifier is reported onl...

Go to advanced search