Skip to content

Commit

Permalink
Linuxビルドを修正。
Browse files Browse the repository at this point in the history
  • Loading branch information
rigaya committed Nov 9, 2023
1 parent e954e05 commit 065f1b5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions VCECore/rgy_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ const char *get_encoder_version();

#define AV1_TIMESTAMP_OVERRIDE 1

#define DONOTSHOW_AMF_POINT_FSR11 1
#define DONOTSHOW_AMF_SHARPNESS 1

#if defined(_WIN32) || defined(_WIN64)

#define ENABLE_PERF_COUNTER 1
Expand All @@ -72,9 +75,6 @@ const char *get_encoder_version();
#define ENABLE_KEYFRAME_INSERT 0
#define ENABLE_AUTO_PICSTRUCT 0

#define DONOTSHOW_AMF_POINT_FSR11 1
#define DONOTSHOW_AMF_SHARPNESS 1

#define GPU_VENDOR "AMD"
#define DECODER_NAME "vce"
#define HW_TIMEBASE 10000000L //AMF_SECOND
Expand Down

0 comments on commit 065f1b5

Please sign in to comment.