Skip to content

Commit 00ea57e

Browse files
ketul93disa6302
authored andcommitted
Minor syntax fix
.. is required for fetching files from parent dir ... without .. it throws error
1 parent 00ba9cf commit 00ea57e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ cmake -DBUILD_JNI=TRUE
9595
The GStreamer plugin and samples are NOT built by default. If you wish to build them you MUST add -DBUILD_GSTREAMER_PLUGIN=TRUE when running cmake:
9696

9797
```
98-
cmake -DBUILD_GSTREAMER_PLUGIN=TRUE
98+
cmake -DBUILD_GSTREAMER_PLUGIN=TRUE ..
9999
```
100100

101101
### Compiling

0 commit comments

Comments
 (0)