Skip to content

Commit

Permalink
[VP] Move APO shimlayer to media_driver
Browse files Browse the repository at this point in the history
Move APO shimlayer to media_driver for VP OpenSource

Change-Id: Ia71cfe2dc478b082e544e26e531be0cf933abbfe
  • Loading branch information
fenhu authored and intel-mediadev committed Aug 29, 2019
1 parent bdec230 commit 405c20e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@
# ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
# OTHER DEALINGS IN THE SOFTWARE.

media_include_subdirectory(shared)
media_include_subdirectory(os)
11 changes: 10 additions & 1 deletion media_driver/media_driver_next/media_srcs.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,13 @@ media_include_subdirectory(agnostic)
if(${PLATFORM} STREQUAL "linux")
media_include_subdirectory(linux)
else()
endif()
endif()
set(SOURCES_
${SOURCES_}
${SOURCES_NEW}
)

set(HEADERS_
${HEADERS_}
${HEADERS_NEW}
)

0 comments on commit 405c20e

Please sign in to comment.