Skip to content

Commit 292d418

Browse files
authored
Fix typos
1 parent 22994c4 commit 292d418

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

+2-2
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)