Skip to content

Commit

Permalink
add missing include
Browse files Browse the repository at this point in the history
  • Loading branch information
zoff99 committed Mar 16, 2024
1 parent 086fadd commit e41fe16
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions toxav/video.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,13 @@ extern "C" {
#include <libavcodec/avcodec.h>
#include <libavutil/common.h>
// for H264 ----------

#ifdef HAVE_H265_ENCODER
// for H265 ----------
#include <x264.h>
// for H265 ----------
#endif

#ifdef __cplusplus
}
#endif
Expand Down

0 comments on commit e41fe16

Please sign in to comment.