Giter VIP home page Giter VIP logo

Comments (4)

wang-bin avatar wang-bin commented on May 31, 2024

flutter的问题,估计新版本增加了一些warnings,但是linux上强行让我们使用屎一样的glib,宏展开必然一堆可能用不到的函数,然后我们得再手动关闭这些警告。
https://github.com/wang-bin/fvp/blob/master/linux/CMakeLists.txt#L49 这里加一行

target_compile_options(${PLUGIN_NAME} PRIVATE -Wno-unused-function)

from fvp.

1056824847 avatar 1056824847 commented on May 31, 2024

target_compile_options(${PLUGIN_NAME} PRIVATE -Wno-unused-function)
flutter 3.16 添加这一行后可以编译成功,但是无法播放视频
目前已降低flutter 版本号为 3.10.3 ,并在cmake 添加这一行后成功运行
谢谢指导

from fvp.

wang-bin avatar wang-bin commented on May 31, 2024

3.16请试下fvp最新的版本

from fvp.

1056824847 avatar 1056824847 commented on May 31, 2024

已测试可以播放,谢谢

from fvp.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.