ffmpeg吧 关注:1,265贴子:4,451
  • 19回复贴,共1

fdk-aac怎么编译到ffmpeg中

只看楼主收藏回复

我按照网上的方法在ffmpeg中配置了--enable--libfdk-aac可是一直提示我libfdk_aac not found,一直找不到解决方法,有哪位大神知道怎么做呢。


IP属地:上海1楼2017-03-15 15:35回复
    楼主解决了吗


    2楼2018-03-07 20:24
    收起回复
      这个需要:–enable-libfdk-aac –enable-nonfree
      不能下载官网的,需要GitHub的mingw这个:media-autobuild_suite
      运行文件C:\mingw\media-autobuild_suite-master\media-autobuild_suite.bat
      总体积大致6GB,C盘空间至少7GB,至少3个小时,我的20多小时。
      系统环境变量路径:
      C:\mingw\media-autobuild_suite-master\local64\bin-video
      还需要那个,你懂的不能说的那个。


      4楼2018-03-31 12:18
      收起回复
        首先
        1.C:\mingw\media-autobuild_suite-master\build\media-autobuild_suite.ini
        [compiler list]
        msys2Arch=2
        arch=3
        license2=1
        standalone=1
        vpx2=1
        aom=1
        x2643=6
        x2652=1
        other265=1
        flac=1
        fdkaac=1
        faac=2
        mediainfo=1
        soxB=1
        ffmpegB2=1
        ffmpegUpdate=2
        ffmpegChoice=1
        mp4box=1
        rtmpdump=2
        mplayer2=2
        mpv=1
        bmx=1
        curl=1
        ffmbc=2
        cyanrip=1
        redshift=1
        cores=2
        deleteSource=1
        strip=1
        pack=2
        logging=2
        updateSuite=1
        然后,C:\mingw\media-autobuild_suite-master\build\ffmpeg_options.txt
        # Lines starting with this character are ignored
        # Built-in options, use --disable- to disable them
        #--enable-amf
        #--enable-bzlib
        #--enable-cuda
        #--enable-cuvid
        #--enable-d3d11va
        #--enable-dxva2
        #--enable-iconv
        #--enable-lzma
        #--enable-nvenc
        #--enable-schannel
        #--enable-zlib
        #--enable-sdl2
        # Common options
        --enable-gmp
        --enable-libmp3lame
        --enable-libopus
        --enable-libvorbis
        --enable-libvpx
        --enable-libx264
        --enable-libx265
        # Zeranoe
        --enable-fontconfig
        --enable-gnutls
        --enable-libass
        --enable-libbluray
        --enable-libfreetype
        --enable-libmfx
        --enable-libmysofa
        --enable-libopencore-amrnb
        --enable-libopencore-amrwb
        --enable-libopenjpeg
        --enable-libsnappy
        --enable-libsoxr
        --enable-libspeex
        --enable-libtheora
        --enable-libtwolame
        --enable-libvidstab
        --enable-libvo-amrwbenc
        --enable-libwavpack
        --enable-libwebp
        --enable-libxml2
        --enable-libzimg
        --enable-libshine
        --enable-gpl
        --enable-openssl
        --enable-libtls
        --enable-avisynth
        # Full
        --enable-chromaprint
        --enable-cuda-sdk
        --enable-decklink
        --enable-frei0r
        --enable-libbs2b
        --enable-libcaca
        --enable-libcdio
        --enable-libfdk-aac
        --enable-libflite
        --enable-libfribidi
        --enable-libgme
        --enable-libgsm
        --enable-libilbc
        --enable-libkvazaar
        --enable-libmodplug
        --enable-libnpp
        --enable-libopenh264
        --enable-libopenmpt
        --enable-librtmp
        --enable-librubberband
        --enable-libssh
        --enable-libtesseract
        --enable-libxavs
        --enable-libxvid
        --enable-libzmq
        --enable-libzvbi
        --enable-opencl
        --enable-opengl
        --enable-libvmaf
        --enable-libcodec2
        最后,C:\mingw\media-autobuild_suite-master\build\ffmpeg_options.txt
        # Lines starting with this character are ignored
        # Built-in options, use --disable- to disable them
        #--enable-cplayer
        #--enable-manpage-build
        #--enable-lua
        #--enable-javascript
        #--enable-libass
        #--enable-encoding
        #--enable-libbluray
        #--enable-uchardet
        #--enable-rubberband
        #--enable-lcms2
        #--enable-libarchive
        #--enable-libavdevice
        #--enable-shaderc
        #--enable-crossc
        #--enable-d3d11
        #--enable-jpeg
        # Common options or overriden defaults
        --disable-debug-build
        --lua=luajit
        # Full
        --enable-dvdread
        --enable-dvdnav
        --enable-cdda
        --enable-egl-angle
        --enable-vapoursynth
        --enable-html-build
        --enable-pdf-build
        --enable-libmpv-shared
        我当时更新完成后,又更改了media-autobuild_suite.ini里面的配置选项(3项好像),重新又更新了一次,当然这次时间非常短。
        我是这个月刚刚接触FFmpeg的,有很多不懂。


        6楼2018-03-31 13:16
        回复
          如果有人初次运行media-autobuild_suite.bat,希望能复制出里面的选项,我当时有截图,却不晓得我当时怎么没复制呢?


          7楼2018-03-31 13:20
          收起回复
            补充7楼的:
            ###################################################################
            echo. Select the build target system:
            echo. 1 = both [32 bit and 64 bit]
            echo. 2 = 32 bit build system
            echo. 3 = 64 bit build system
            ###################################################################
            Build FFmpeg/rtmpdump with which license?
            echo. 1 = Non-free [unredistributable, but can include anything]
            echo. 2 = GPLv3 [disables OpenSSL and FDK-AAC]
            echo. 3 = GPLv2.1
            echo. [Same disables as GPLv3 with addition of gmp, opencore codecs]
            echo. 4 = LGPLv3
            echo. [Disables x264, x265, XviD, GPL filters, etc.
            echo. but reenables OpenSSL/FDK-AAC]
            echo. 5 = LGPLv2.1 [same disables as LGPLv3 + GPLv2.1]
            echo.
            echo. If building for yourself, it's OK to choose non-free.
            echo. If building to redistribute online, choose GPL or LGPL.
            echo. If building to include in a GPLv2.1 binary, choose LGPLv2.1 or GPLv2.1.
            echo. If you want to use FFmpeg together with closed source software, choose LGPL
            echo. and follow instructions in https://www.ffmpeg.org/legal.html
            echo.
            echo. In the case of rtmpdump, since its binaries are GPL, it will be compiled
            echo. with GnuTLS if LGPL is chosen, but if Non-free will use OpenSSL.
            echo. If not building rtmpdump, but just librtmp ^(which is LGPL^) to use in FFmpeg,
            echo. OpenSSL can be used.
            echo.
            echo. OpenSSL and FDK-AAC have licenses incompatible with GPL but compatible
            echo. with LGPL, so they won't be disabled automatically if you choose LGPL.
            ###################################################################
            echo. Build standalone binaries for libraries included in FFmpeg?
            echo. eg. Compile opusenc.exe if --enable-libopus
            echo. 1 = Yes
            echo. 2 = No
            ###################################################################
            echo. Build vpx [VP8/VP9/VP10 encoder]?
            echo. 1 = Yes
            echo. 2 = No
            echo.
            echo. Binaries being built depends on "standalone=y"
            ###################################################################
            echo. Build aom [Alliance for Open Media codec]?
            echo. 1 = Yes
            echo. 2 = No
            echo.
            echo. Binaries being built depends on "standalone=y"
            ###################################################################
            echo. Build x264 [H.264 encoder]?
            echo. 1 = Lib/binary with 8 and 10-bit
            echo. 2 = No
            echo. 3 = Lib/binary with only 10-bit
            echo. 4 = Lib/binary with 8 and 10-bit, and libavformat and ffms2
            echo. 5 = Shared lib/binary with 8 and 10-bit
            echo. 6 = Same as 4 with video codecs only ^(can reduce size by ~3MB^)
            echo. 7 = Lib/binary with only 8-bit
            echo.
            echo. Binaries being built depends on "standalone=y" and are always static.
            ###################################################################
            echo. Build x265 [H.265 encoder]?
            echo. 1 = Lib/binary with Main, Main10 and Main12
            echo. 2 = No
            echo. 3 = Lib/binary with Main10 only
            echo. 4 = Lib/binary with Main only
            echo. 5 = Lib/binary with Main, shared libs with Main10 and Main12
            echo. 6 = Same as 1 with XP support and non-XP compatible x265-numa.exe
            echo. 7 = Lib/binary with Main12 only
            echo.
            echo. Binaries being built depends on "standalone=y"
            ###################################################################
            echo. Build standalone Kvazaar?
            echo. 1 = Yes
            echo. 2 = No
            ###################################################################
            echo. Build FLAC? [Free Lossless Audio Codec]
            echo. 1 = Yes
            echo. 2 = No
            ###################################################################
            echo. Build FDK-AAC library and binary? [AAC-LC/HE/HEv2 codec]
            echo. 1 = Yes
            echo. 2 = No
            echo.
            echo. Note: FFmpeg's aac encoder is no longer experimental and considered equal or
            echo. better in quality from 96kbps and above. It still doesn't support AAC-HE/HEv2
            echo. so if you need that or want better quality at lower bitrates than 96kbps,
            echo. use FDK-AAC.
            ###################################################################
            echo. Build FAAC library and binary? [old, low-quality and nonfree AAC-LC codec]
            echo. 1 = Yes
            echo. 2 = No
            ###################################################################
            echo. Build mediainfo binaries [Multimedia file information tool]?
            echo. 1 = Yes
            echo. 2 = No
            ###################################################################
            echo. Build sox binaries [Sound processing tool]?
            echo. 1 = Yes
            echo. 2 = No
            ###################################################################
            echo. Build FFmpeg binaries and libraries:
            echo. 1 = Yes [static] [recommended]
            echo. 2 = No
            echo. 3 = Shared
            echo. 4 = Both static and shared [shared goes to an isolated directory]
            echo. 5 = Shared-only with some shared libs ^(libass, freetype and fribidi^)
            echo.
            echo. Note: Option 5 differs from 3 in that libass, freetype and fribidi are
            echo. compiled shared so they take less space. This one isn't tested a lot and
            echo. will fail with fontconfig enabled.
            ###################################################################
            echo. Always build FFmpeg when libraries have been updated?
            echo. 1 = Yes
            echo. 2 = No
            echo. 3 = Only build FFmpeg/mpv and missing dependencies
            echo.
            echo. FFmpeg is updated a lot so you only need to select this if you
            echo. absolutely need updated external libraries in FFmpeg.
            ###################################################################
            echo. Choose ffmpeg and mpv optional libraries?
            echo. 1 = Yes
            echo. 2 = No ^(Light build^)
            echo. 3 = No ^(Mimic Zeranoe^)
            echo. 4 = No ^(All available external libs^)
            echo.
            echo. Avoid the last one unless you're really want useless libraries you'll never use.
            echo. Just because you can include a shitty codec no one uses doesn't mean you should.
            echo.
            echo. If you select yes, we will create files with the default options
            echo. we use with FFmpeg and mpv. You can remove any that you don't need or prefix
            echo. them with #
            ###################################################################
            if not exist %build%\ffmpeg_options.txt (
            (
            echo.# Lines starting with this character are ignored
            echo.
            echo.# Built-in options, use --disable- to disable them
            call :writeOption %ffmpeg_options_builtin%
            echo.
            echo.# Common options
            call :writeOption %ffmpeg_options_basic%
            echo.
            echo.# Zeranoe
            call :writeOption %ffmpeg_options_zeranoe%
            echo.
            echo.# Full
            call :writeOption %ffmpeg_options_full%
            )>%build%\ffmpeg_options.txt
            echo -------------------------------------------------------------------------------
            echo. File with default FFmpeg options has been created in
            echo. %build%\ffmpeg_options.txt
            echo.
            echo. Edit it now or leave it unedited to compile according to defaults.
            echo -------------------------------------------------------------------------------
            pause
            )
            if not exist %build%\mpv_options.txt (
            (
            echo.# Lines starting with this character are ignored
            echo.
            echo.# Built-in options, use --disable- to disable them
            call :writeOption %mpv_options_builtin%
            echo.
            echo.# Common options or overriden defaults
            call :writeOption %mpv_options_basic%
            echo.
            echo.# Full
            call :writeOption %mpv_options_full%
            )>%build%\mpv_options.txt
            echo -------------------------------------------------------------------------------
            echo. File with default mpv options has been created in
            echo. %build%\mpv_options.txt
            echo.
            echo. Edit it now or leave it unedited to compile according to defaults.
            echo -------------------------------------------------------------------------------
            ###################################################################
            echo. Build static mp4box [mp4 muxer/toolbox] binary?
            echo. 1 = Yes
            echo. 2 = No
            ###################################################################
            echo. Build static rtmpdump binaries [rtmp tools]?
            echo. 1 = Yes
            echo. 2 = No
            ###################################################################
            echo ######### UNSUPPORTED, IF IT BREAKS, IT BREAKS ################################
            echo.
            echo. Build static mplayer/mencoder binary?
            echo. 1 = Yes
            echo. 2 = No
            echo.
            echo. Don't bother opening issues about this if it breaks, I don't ****ing care
            echo. about ancient unmaintained shit code. One more issue open about this that
            echo. isn't the suite's fault and mplayer goes ****ing out.


            8楼2018-03-31 13:34
            回复
              ###################################################################
              echo. Build mpv?
              echo. 1 = Yes
              echo. 2 = No
              echo. 3 = compile with Vapoursynth, if installed [see Warning]
              echo.
              echo. Note: when built with shared-only FFmpeg, mpv is also shared.
              echo. Note: Requires at least Windows Vista.
              echo. Warning: the third option isn't completely static. There's no way to include
              echo. a library dependant on Python statically. All users of the compiled binary
              echo. will need VapourSynth installed using the official package to even open mpv!
              ###################################################################
              echo. Build static bmx tools?
              echo. 1 = Yes
              echo. 2 = No
              ###################################################################
              echo. Build static curl?
              echo. 1 = Yes ^(same backend as FFmpeg's^)
              echo. 2 = No
              echo. 3 = SChannel backend
              echo. 4 = GnuTLS backend
              echo. 5 = OpenSSL backend
              echo. 6 = LibreSSL backend
              echo.
              echo. A curl-ca-bundle.crt will be created to be used as trusted certificate store
              echo. for all backends except SChannel.
              ###################################################################
              echo ######### UNSUPPORTED, IF IT BREAKS, IT BREAKS ################################
              echo.
              echo. Build FFMedia Broadcast binary?
              echo. 1 = Yes
              echo. 2 = No
              echo.
              echo. Note: this is a fork of FFmpeg 0.10. As such, it's very likely to fail
              echo. to build, work, might burn your computer, kill your children, like mplayer.
              echo. Only enable it if you absolutely need it. If it breaks, complain first to
              echo. the author in #ffmbc in Freenode IRC.
              ###################################################################
              echo. Build cyanrip ^(CLI CD ripper^)?
              echo. 1 = Yes
              echo. 2 = No
              echo. 3 = Yes with FFmpeg with only needed components
              ###################################################################
              echo. Build redshift ^(f.lux FOSS clone^)?
              echo. 1 = Yes
              echo. 2 = No
              ###################################################################
              echo. Number of CPU Cores/Threads for compiling:
              echo. [it is non-recommended to use all cores/threads!]
              echo.
              echo. Recommended: %coreHalf%
              ###################################################################
              echo. Delete versioned source folders after compile is done?
              echo. 1 = Yes [recommended]
              echo. 2 = No
              echo.
              echo. This will save a bit of space for libraries not compiled from git/hg/svn.
              ###################################################################
              echo. Strip compiled files binaries?
              echo. 1 = Yes [recommended]
              echo. 2 = No
              echo.
              echo. Makes binaries smaller at only a small time cost after compiling.
              ###################################################################
              echo. Pack compiled files?
              echo. 1 = Yes
              echo. 2 = No [recommended]
              echo.
              echo. Attention: Some security applications may detect packed binaries as malware.
              echo. Increases delay on runtime during which files need to be unpacked.
              echo. Makes binaries smaller at a big time cost after compiling and on runtime.
              echo.
              echo. If distributing the files, consider packing them with 7-zip instead.
              ###################################################################
              echo. Write logs of compilation commands?
              echo. 1 = Yes [recommended]
              echo. 2 = No
              echo.
              echo Note: Setting this to yes will also hide output from these commands.
              echo On successful compilation, these logs are deleted since they aren't needed.
              ###################################################################
              echo. Create script to update suite files automatically?
              echo. 1 = Yes
              echo. 2 = No
              echo.
              echo If you have made changes to the scripts, they will be reset but saved to a
              echo .diff text file inside %build%


              9楼2018-03-31 13:35
              回复
                这个是我3月18更新的:
                Starting 64bit compilation of all tools
                Imported options from ffmpeg_options.txt
                License: nonfree
                Imported options from mpv_options.txt
                Starting 64bit compilation of global tools
                Running git update for freetype2…
                freetype2 git ……………………………………… [Up-to-date]
                Running git update for fontconfig…
                fontconfig git …………………………………….. [Up-to-date]
                Running git update for harfbuzz…
                harfbuzz git ………………………………………. [Up-to-date]
                Running git update for fribidi…
                fribidi git ……………………………………….. [Up-to-date]
                Running git update for libass…
                libass git ………………………………………… [Up-to-date]
                Running git update for curl…
                curl git ………………………………………….. [Up-to-date]
                Running git update for libwebp…
                libwebp git ……………………………………….. [Up-to-date]
                FFmpeg and related apps will depend on OpenCL.dll
                Running git update for leptonica…
                leptonica git ……………………………………… [Up-to-date]
                Running git update for tesseract…
                tesseract git ……………………………………… [Up-to-date]
                rubberband 1.8.1 …………………………………… [Up-to-date]
                Running git update for zimg…
                zimg git ………………………………………….. [Up-to-date]
                Starting 64bit compilation of audio tools
                libilbc 2.0.3-dev ………………………………….. [Up-to-date]
                Running git update for flac…
                flac git ………………………………………….. [Up-to-date]
                vo-amrwbenc 0.1.3 ………………………………….. [Up-to-date]
                Running git update for fdk-aac…
                fdk-aac git ……………………………………….. [Up-to-date]
                Running git update for bin-fdk-aac…
                bin-fdk-aac git ……………………………………. [Up-to-date]
                Running git update for opus…
                opus git ………………………………………….. [Up-to-date]
                Running git update for opusfile…
                opusfile git ………………………………………. [Up-to-date]
                Running git update for libopusenc…
                libopusenc git …………………………………….. [Up-to-date]
                Running git update for opus-tools…
                opus-tools git …………………………………….. [Up-to-date]
                Running git update for libsoxr…
                libsoxr git ……………………………………….. [Up-to-date]
                codec2 0.7 ………………………………………… [Up-to-date]
                lame 3.100 ………………………………………… [Up-to-date]
                libgme 0.6.2 ………………………………………. [Up-to-date]
                libbs2b 3.1.0 ……………………………………… [Up-to-date]
                Running git update for sndfile…
                sndfile git ……………………………………….. [Up-to-date]
                sox 14.4.2 ………………………………………… [Up-to-date]
                Running git update for openmpt…
                openmpt git ……………………………………….. [Up-to-date]
                Running git update for libmysofa…
                libmysofa git ……………………………………… [Up-to-date]
                Running git update for flite…
                flite git …………………………………………. [Up-to-date]
                shine 3.1.1 ……………………………………….. [Up-to-date]
                Starting 64bit compilation of video tools
                Running git update for librtmp…
                librtmp git ……………………………………….. [Up-to-date]
                Running git update for vpx…
                vpx git …………………………………………… [Up-to-date]
                Running git update for aom…
                aom git …………………………………………… [Up-to-date]
                Running git update for kvazaar…
                kvazaar git ……………………………………….. [Up-to-date]
                sdl2 2.0.8 ………………………………………… [Up-to-date]
                Running git update for dvdread…
                dvdread git ……………………………………….. [Up-to-date]
                Running git update for dvdnav…
                dvdnav git ………………………………………… [Up-to-date]
                Running git update for libaacs…
                libaacs git ……………………………………….. [Up-to-date]
                Running git update for libbdplus…
                libbdplus git ……………………………………… [Up-to-date]
                Running git update for libbluray…
                libbluray git ……………………………………… [Up-to-date]
                xavs 0.1 ………………………………………….. [Up-to-date]
                Running git update for libzen…
                libzen git ………………………………………… [Up-to-date]
                Running git update for libmediainfo…
                libmediainfo git …………………………………… [Up-to-date]
                Running git update for mediainfo…
                mediainfo git ……………………………………… [Up-to-date]
                vidstab 1.10 ………………………………………. [Up-to-date]
                zvbi-0.2 0.2.35 ……………………………………. [Up-to-date]
                Running git update for dlfcn-win32…
                dlfcn-win32 git ……………………………………. [Up-to-date]
                Running git update for frei0r…
                frei0r git ………………………………………… [Up-to-date]
                Running git update for decklink-headers…
                decklink-headers git ……………………………….. [Up-to-date]
                Running git update for libmfx…
                libmfx git ………………………………………… [Up-to-date]
                Running git update for AMF…
                AMF git …………………………………………… [Up-to-date]
                Running git update for gpac…
                gpac git ………………………………………….. [Up-to-date]
                Running git update for x264…
                x264 git ………………………………………….. [Up-to-date]
                Running hg update for x265…
                x265 hg …………………………………………… [Up-to-date]
                Running git update for vmaf…
                vmaf git ………………………………………….. [Up-to-date]
                Running git update for nv-codec-headers…
                nv-codec-headers git ……………………………….. [Up-to-date]
                Running git update for ffmpeg…
                ffmpeg git ………………………………………… [Up-to-date]
                ┌ angle-latest-win64 …………………………… [File up-to-date]
                ├ Running extract…
                └ angle-latest-win64 ………………………….. [Files up-to-date]
                Running git update for mujs…
                mujs git ………………………………………….. [Up-to-date]
                Running git update for vulkan…
                vulkan git ………………………………………… [Up-to-date]
                Running git update for shaderc…
                shaderc git ……………………………………….. [Up-to-date]
                Running git update for crossc…
                crossc git ………………………………………… [Up-to-date]
                Running git update for mpv…
                mpv git …………………………………………… [Up-to-date]
                Running git update for libMXF-1.0…
                libMXF-1.0 git …………………………………….. [Up-to-date]
                Running git update for libMXF++-1.0…
                libMXF++-1.0 git …………………………………… [Up-to-date]
                Running git update for bmx…
                bmx git …………………………………………… [Up-to-date]
                neon 0.30.2 ……………………………………….. [Up-to-date]
                Running git update for libdiscid…
                libdiscid git ……………………………………… [Up-to-date]
                Running git update for libmusicbrainz…
                libmusicbrainz git …………………………………. [Up-to-date]
                Running git update for cyanrip…
                cyanrip git ……………………………………….. [Up-to-date]
                Finished 64bit compilation of all tools
                Deleting status files…
                Zipping man files…
                Deleting temporary build dirs…
                Compilation successful.
                This window will close automatically in 5 seconds.


                10楼2018-03-31 13:56
                收起回复
                  发财了


                  来自Android客户端15楼2018-11-28 11:56
                  回复


                    来自Android客户端16楼2018-11-28 11:56
                    回复
                      楼主你是在什么平台编译的?我打算编译x86的,但是在windows x64平台下,编译出来的总是x64的,


                      IP属地:上海17楼2019-06-14 17:46
                      收起回复
                        这个版本比较旧了。大家需要新版的话可以看我的帖子


                        IP属地:山东来自Android客户端19楼2020-11-28 11:11
                        回复
                          用现成的xmedia recode,默认fdk aac编码


                          IP属地:广东20楼2020-12-28 22:24
                          回复
                            一个使用 VC6.0 做的视频播放器 ,能够播放 mp4 ,能够播放mp3 , 能够播放AAC
                            ffmpeg ffplay SDL
                            在命令行下运行 ffplay 6.mp4
                            或者 ffplay WLWZ.mp4
                            或者 ffplayy 6.mp4
                            或者 ffplayy WLWZ.mp4
                            或者 ffplayy E:\FCWR\20171111.mp4
                            或者 ffplayy ..\TBM.mp4
                            播放程序是在 Debug 文件夹
                            https://download.csdn.net/download/c_a_i_n_i_a_o/13206682


                            21楼2021-01-22 11:52
                            回复
                              media-autobuild_suite的详细编译过程在哪,请问,我的需求是:我想编译一个FFmpeg版本带有Cuda加速的x86的release文件夹,期待编译结果和网上github下载的release版结构一样吧,ffmpeg-n4.4-latest-win32-gpl-shared-4.4,包括lib,include,doc,bin,(因为现在使用的这个直接下载的版本就是这个结构但无Cuda相关功能),最后导入include及lib进入VS2022开发既有32位程序,主要是视频解码的加速功能。请问以上需求应该具体怎么配置及编译。(开发环境 OS Win11 x64,MingG,VS2022,media-autobuild_suite 的source),谢谢帮助。


                              IP属地:辽宁22楼2024-06-10 12:36
                              回复