Skip to content

Commit

Permalink
[Decode] LNL JPEG cmake issue fix
Browse files Browse the repository at this point in the history
This patch is to fix jpeg pipeline related cmake file typo issues.
  • Loading branch information
SteveZIntel authored and intel-mediadev committed Jul 23, 2024
1 parent 93c9bbd commit a51c7d2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
# OTHER DEALINGS IN THE SOFTWARE.

if(${AVC_Decode_Supported} STREQUAL "yes")
if(${JPEG_Decode_Supported} STREQUAL "yes")
set(SOFTLET_DECODE_JPEG_SOURCES_
${SOFTLET_DECODE_JPEG_SOURCES_}
${CMAKE_CURRENT_LIST_DIR}/decode_jpeg_pipeline_xe2_lpm_base.cpp
Expand Down

0 comments on commit a51c7d2

Please sign in to comment.