Gstreamer on Qt iOS
doon
don-prog at mail.ru
Wed Apr 6 12:06:59 UTC 2016
Sebastian Dröge-3 wrote
> On Di, 2016-04-05 at 18:53 -0700, doon wrote:
>> I try to use Gstreamer-1.0 in my Qt iOS project, so I set my .pro
>> file as I
>> described below:
>>
>> INCLUDEPATH +=
>> /Users/user/Library/Developer/GStreamer/iPhone.sdk/GStreamer.framewor
>> k/Headers
>> LIBS += -F/Users/user/Library/Developer/GStreamer/iPhone.sdk
>> -framework
>> GStreamer
>>
>> But I get:
>>
>> error: symbol(s) not found for architecture x86_64
>>
>> So, how can I configure my Qt iOS project for use Gstreamer?
>
> You're missing the actually important part of the error message. It
> should tell you above which symbols are not found.
>
> --
> Sebastian Dröge, Centricular Ltd · http://www.centricular.com
>
>
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at .freedesktop
> https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
>
>
> signature.asc (968 bytes)
> <http://gstreamer-devel.966125.n4.nabble.com/attachment/4676776/0/signature.asc>
Yes, of course. Compile output:
Undefined symbols for architecture x86_64:
"_iconv", referenced from:
_g_iconv in GStreamer(libglib-2_0_a_x86_64_-libglib_2_0_la-gconvert.o)
_g_convert_with_iconv in
GStreamer(libglib-2_0_a_x86_64_-libglib_2_0_la-gconvert.o)
_g_convert_with_fallback in
GStreamer(libglib-2_0_a_x86_64_-libglib_2_0_la-gconvert.o)
__nl_find_msg in GStreamer(libintl_a_x86_64_-dcigettext.o)
(maybe you meant: _g_iconv_close, _g_iconv , _g_iconv_open ,
_g_convert_with_iconv )
"_iconv_close", referenced from:
_g_iconv_close in
GStreamer(libglib-2_0_a_x86_64_-libglib_2_0_la-gconvert.o)
_g_convert in
GStreamer(libglib-2_0_a_x86_64_-libglib_2_0_la-gconvert.o)
_g_convert_with_fallback in
GStreamer(libglib-2_0_a_x86_64_-libglib_2_0_la-gconvert.o)
(maybe you meant: _g_iconv_close)
"_iconv_open", referenced from:
_try_conversion in
GStreamer(libglib-2_0_a_x86_64_-libglib_2_0_la-gconvert.o)
__nl_find_msg in GStreamer(libintl_a_x86_64_-dcigettext.o)
(maybe you meant: _g_iconv_open)
"_libiconv_set_relocation_prefix", referenced from:
_libintl_set_relocation_prefix in
GStreamer(libintl_a_x86_64_-relocatable.o)
--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/Gstreamer-on-Qt-iOS-tp4676773p4676779.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.
More information about the gstreamer-devel
mailing list