Skip to content

Commit

Permalink
build(amf): work around build error with AMF 1.4.35
Browse files Browse the repository at this point in the history
  • Loading branch information
cgutman committed Oct 10, 2024
1 parent a87bd76 commit 7ee48a6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,9 @@ namespace config {
#define AMF_VIDEO_ENCODER_CABAC 1
#define AMF_VIDEO_ENCODER_CALV 2
#else
#ifdef _GLIBCXX_USE_C99_INTTYPES
#undef _GLIBCXX_USE_C99_INTTYPES
#endif
#include <AMF/components/VideoEncoderAV1.h>
#include <AMF/components/VideoEncoderHEVC.h>
#include <AMF/components/VideoEncoderVCE.h>
Expand Down

0 comments on commit 7ee48a6

Please sign in to comment.