I compile the vlc2.1.4 accoring to the official document under mac os10.8 and use xcode 4.6.2.
https://wiki.videolan.org/OSXCompile/
And I come to the last moment.About make.
I run the commond make -j4 .
Now I am stuck with the problem.Can any one give me some advice.Now let me show you the erro.
attribute_deprecated void av_set_cpu_flags_mask(int mask);
^
CCLD libkate_plugin.la
CCLD liblibass_plugin.la
CCLD liblibmpeg2_plugin.la
1 warning generated.
CCLD libopus_plugin.la
CCLD libpng_plugin.la
CCLD libschroedinger_plugin.la
CCLD libspeex_plugin.la
Undefined symbols for architecture x86_64:
"_iconv", referenced from:
_sub_recode in libass.a(ass.o)
"_iconv_close", referenced from:
_sub_recode in libass.a(ass.o)
"_iconv_open", referenced from:
_sub_recode in libass.a(ass.o)
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[4]: *** [liblibass_plugin.la] Error 1
make[4]: *** Waiting for unfinished jobs....
make[3]: *** [all] Error 2
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
I am always waiting for your answer.thanks