Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,17 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [1.10.1](https://github.com/rdkcentral/entservices-inputoutput/compare/1.10.0...1.10.1)

- RDKEMW-11606: Recipe to use entservices-avoutput for all RDKE platfroms [`#346`](https://github.com/rdkcentral/entservices-inputoutput/pull/346)
- Merge tag '1.10.0' into develop [`436bd0b`](https://github.com/rdkcentral/entservices-inputoutput/commit/436bd0bbe674b4932b1663a854e9cd415fef495b)

#### [1.10.0](https://github.com/rdkcentral/entservices-inputoutput/compare/1.9.2...1.10.0)

> 6 January 2026

- RDKEMW-12161 - L2-Test for AVInput Plugin [`#354`](https://github.com/rdkcentral/entservices-inputoutput/pull/354)
- 1.10.0 release changelog updates [`dd5abd9`](https://github.com/rdkcentral/entservices-inputoutput/commit/dd5abd91bd86106d218b50007646071c157053e3)
- Merge tag '1.9.2' into develop [`ef3f423`](https://github.com/rdkcentral/entservices-inputoutput/commit/ef3f423e7674b249abea470189dec0024b86af8b)

#### [1.9.2](https://github.com/rdkcentral/entservices-inputoutput/compare/1.9.1...1.9.2)
Expand Down
4 changes: 0 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,6 @@ if(PLUGIN_AVINPUT)
add_subdirectory(AVInput)
endif()

if(PLUGIN_AVOUTPUT)
add_subdirectory(AVOutput)
endif()

if(PLUGIN_HDMICECSOURCE)
add_subdirectory(HdmiCecSource)
endif()
Expand Down
Loading