Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
SKPG-Tech authored Jan 4, 2023
1 parent 22994c4 commit 292d418
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
cmake_minimum_required(VERSION 3.17)
project(libav_tutorial)

# set out direcroty
# set out directory
set(CMAKE_ARCHIVE_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/lib)
set(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/lib)
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin)

# set ffmeg root directory
# set ffmpeg root directory
if(NOT FFMPEG_DEV_ROOT)
message(FATAL_ERROR "set FFMPEG_DEV_ROOT to use ffmpeg libraries")
endif()
Expand Down

0 comments on commit 292d418

Please sign in to comment.