Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. Compiling QMultiMedia with WMF
Qt 6.11 is out! See what's new in the release blog

Compiling QMultiMedia with WMF

Scheduled Pinned Locked Moved Solved Installation and Deployment
3 Posts 2 Posters 1.1k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • J Offline
    J Offline
    jsmolka
    wrote on last edited by
    #1

    Hello,

    I am currently writing an mp3 player in which I use the QMultiMedia. The precompiled MinGW version comes with DirectShow as backend and I would like to recompile QMultiMedia using the Windows Media Foundation because DirectShow is causing some problem (not playing mp3 files with big covers).

    When I try to build the WMF backend from the directory 'qtmultimedia\src\plugins\wmf' I get the following error:
    'Library 'wmf' is not defined.'

    Is there a way to use the WMF backend with MinGW?

    D 1 Reply Last reply
    0
    • J jsmolka

      Hello,

      I am currently writing an mp3 player in which I use the QMultiMedia. The precompiled MinGW version comes with DirectShow as backend and I would like to recompile QMultiMedia using the Windows Media Foundation because DirectShow is causing some problem (not playing mp3 files with big covers).

      When I try to build the WMF backend from the directory 'qtmultimedia\src\plugins\wmf' I get the following error:
      'Library 'wmf' is not defined.'

      Is there a way to use the WMF backend with MinGW?

      D Offline
      D Offline
      Devopia53
      wrote on last edited by
      #2

      @jsmolka

      You can not build the WMF backend because MinGW does not have the WMF backend header. Currently only MSVC versions are available.

      1 Reply Last reply
      2
      • J Offline
        J Offline
        jsmolka
        wrote on last edited by jsmolka
        #3

        Thank you, seems like I need to switch compiler.

        1 Reply Last reply
        0

        • Login

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved