-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failed to build video_player_avplay plugin #746
Comments
Sorry, video_player_avplay only supports ARM 32, it doesn't support i586. |
Alright. So what's your suggestion? Is there anyway I can customise it? |
If you just want to play video on TV emulator, I think you can use video_player_videohole or video_player. But we mainly support avplay now, it doesn't support emulator at the moment. |
Thank you very much |
Yes, exactly :) |
while I am running flutter tizen on Tizen T-samsung-8.0-x86, i go the following errors.
target: tizen_native_plugins
exception:Error: Failed to build video_player_avplay plugin:
[PLATFORM] Mobile-6.0
[ARCHITECTURE] i586
[COMPILER] LLVM-10.0
[CONFIGURATION] Debug
[SBI] prdefine options = -DTV_PROFILE
[SBI] command : /bin/sh -c /usr/bin/make -f "/home/liyu/tizen-studio/tools/ide/resources/native/Build/makefile" -r
/usr/bin/make -f /home/liyu/tizen-studio/tools/ide/resources/native/Build/makefile.mk
make[1]: Entering directory '/home/liyu/.pub-cache/hosted/pub.dev/video_player_avplay-0.4.9/tizen'
preparing to build src/drm_license_helper.cc
preparing to build src/drm_manager.cc
preparing to build src/drm_manager_proxy.cc
preparing to build src/ecore_wl2_window_proxy.cc
preparing to build src/media_player.cc
preparing to build src/media_player_proxy.cc
preparing to build src/messages.cc
preparing to build src/plus_player.cc
preparing to build src/video_player.cc
preparing to build src/video_player_tizen_plugin.cc
/home/liyu/tizen-studio/tools/ide/resources/native/Build/makefile.mk:164: warning: overriding recipe for target 'Debug'
/home/liyu/tizen-studio/tools/ide/resources/native/Build/makefile.mk:161: warning: ignoring old recipe for target 'Debug'
Building file: src/drm_license_helper.cc
Output Path ./Debug
Invoking: C++ Compiler
Building directory: Debug/src
"/home/liyu/tizen-studio/tools/smart-build-interface/../llvm-10/bin/clang++" -c "src/drm_license_helper.cc" -o "Debug/src/drm_license_helper.o" -DTIZEN_DEPRECATION
-DDEPRECATION_WARNING -DTV_PROFILE -DFLUTTER_PLUGIN_IMPL -Iinc -Isrc -Iinc/plusplayer -I"pch" -g3 -D_DEBUG -O0 -Wall -c -fmessage-length=0 -std=c++14 -target
i586-tizen-linux-gnueabi -gcc-toolchain "/home/liyu/tizen-studio/tools/smart-build-interface/../i586-linux-gnueabi-gcc-9.2/" -ccc-gcc-name i586-linux-gnueabi-g++ -march=i586
-Wno-gnu -fstack-protector-strong -Wno-unused-command-line-argument -fdebug-default-version=3 -fPIC
here is tizen-manifest.sml file.
Test App Tv ic_launcher.pngThe text was updated successfully, but these errors were encountered: