This commit is contained in:
King_DuckZ 2021-03-15 16:59:59 +01:00
parent 8e1b6009be
commit f26408bcad
1 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ option(BPG_USE_JCTVC_HIGH_BIT_DEPTH "Enable it to use bit depths > 12 (need more
find_package(PNG REQUIRED)
find_package(JPEG REQUIRED)
if (BGP_USE_BPGVIEW)
if (BPG_USE_BPGVIEW)
find_package(SDL REQUIRED)
find_package(SDL_image REQUIRED)
endif()
@ -96,7 +96,7 @@ if (BPG_USE_X265)
target_compile_definitions(bpgenc PRIVATE USE_X265)
endif()
if (BGP_USE_BPGVIEW)
if (BPG_USE_BPGVIEW)
add_executable(bpgview
bpgview.c
)