diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c485eb9..e15f5a53 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6e29a999..3495becb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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()