Skip to content

Commit

Permalink
fix typo for libSDL2.so
Browse files Browse the repository at this point in the history
  • Loading branch information
mashingan committed Sep 21, 2020
1 parent 5b94664 commit 9d9280b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/fplay.nim
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ proc audiocallback(data: pointer, stream: ptr byte, length: cint) {.used.} =
when defined(windows):
const sdl2Lib = "SDL2.dll"
else:
const sdl2Lib = "sdl2.so"
const sdl2Lib = "libSDL2.so"

proc updateYUVTexture*(
texture: TexturePtr; rect: ptr Rect;
Expand Down

0 comments on commit 9d9280b

Please sign in to comment.