NEW:add ffmepg build Cmake

buildLinuxImage add ffmpeg so file

jira:nojira

Change-Id: I3e1be53aa58a179b8d9ae048ed7538de3ae8d111
(cherry picked from commit 2d70a1bcb6a5ba601525b08a38e7610f018fe106)
This commit is contained in:
MackBambu
2024-09-28 02:00:31 +08:00
committed by Noisyfox
parent d325b6b85c
commit 2ae0a52928
3 changed files with 18 additions and 18 deletions

View File

@@ -1,7 +1,7 @@
#ifndef AVVIDEODECODER_HPP
#define AVVIDEODECODER_HPP
#include "BambuTunnel.h"
#include "Printer/BambuTunnel.h"
extern "C" {
#include <libavcodec/avcodec.h>

View File

@@ -23,7 +23,7 @@ void wxMediaCtrl_OnSize(wxWindow * ctrl, wxSize const & videoSize, int width, in
#else
#define BAMBU_DYNAMIC
#include <BambuTunnel.h>
#include "Printer/BambuTunnel.h"
class AVVideoDecoder;