Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
tmm1 committed Nov 11, 2024
1 parent bbf2dc6 commit f6a4310
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion media_driver/linux/ult/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ else ()
endif ()

add_subdirectory(libdrm_mock)
add_subdirectory(ult_app)
#add_subdirectory(ult_app)

enable_testing()
add_test(NAME test_devult COMMAND devult ${UMD_PATH})
Expand Down
1 change: 1 addition & 0 deletions media_softlet/linux/common/os/mos_interface.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
#include "mos_bufmgr_priv.h"
#include "media_fourcc.h"
#include "mos_oca_rtlog_mgr.h"
#include "xf86drm.h"

#if (_DEBUG || _RELEASE_INTERNAL)
#include <stdlib.h> //for simulate random OS API failure
Expand Down

0 comments on commit f6a4310

Please sign in to comment.