Skip to content

Commit db40911

Browse files
Merge pull request #122 from SKPG-Tech/patch-1
Fix typos
2 parents 22994c4 + 292d418 commit db40911

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
cmake_minimum_required(VERSION 3.17)
22
project(libav_tutorial)
33

4-
# set out direcroty
4+
# set out directory
55
set(CMAKE_ARCHIVE_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/lib)
66
set(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/lib)
77
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin)
88

9-
# set ffmeg root directory
9+
# set ffmpeg root directory
1010
if(NOT FFMPEG_DEV_ROOT)
1111
message(FATAL_ERROR "set FFMPEG_DEV_ROOT to use ffmpeg libraries")
1212
endif()

0 commit comments

Comments
 (0)