Skip to content

Commit

Permalink
- enabled CRTSwitchres support for KMS DRM video
Browse files Browse the repository at this point in the history
  • Loading branch information
Taras Kozak committed Jan 6, 2025
1 parent 5399faa commit 96cabe9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile.common
Original file line number Diff line number Diff line change
Expand Up @@ -2436,6 +2436,10 @@ ifeq ($(HAVE_CRTSWITCHRES), 1)
OBJ += $(DEPS_DIR)/switchres/custom_video_xrandr.o
DEFINES += -DSR_WITH_XRANDR
endif
ifeq ($(HAVE_KMS)$(HAVE_DRM), 11)
OBJ += $(DEPS_DIR)/switchres/custom_video_drmkms.o
DEFINES += -DSR_WITH_KMSDRM
endif
endif
ifneq ($(findstring Win32,$(OS)),)
DEFINES += -DSR_WIN32_STATIC
Expand Down

0 comments on commit 96cabe9

Please sign in to comment.