Skip to content

Commit b4767d7

Browse files
committed
Do not show DRM Grabber on amlogic for selection
1 parent 2214121 commit b4767d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libsrc/api/JsonInfo.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -715,7 +715,7 @@ QJsonArray JsonInfo::discoverScreenInputs(const QJsonObject& params) const
715715
discoverGrabber<DDAGrabber>(screenInputs, params);
716716
#endif
717717

718-
#ifdef ENABLE_DRM
718+
#ifdef ENABLE_DRM && !defined(ENABLE_AMLOGIC)
719719
discoverGrabber<DRMFrameGrabber>(screenInputs, params);
720720
#endif
721721

0 commit comments

Comments
 (0)