diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2013-12-02 14:22:11 +0100 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2013-12-02 14:35:39 +0100 |
commit | a12bf9f50ff465b342e54ec4e4e9a2f87a79ed1a (patch) | |
tree | 406d4b056d4ed0af349eff6a107869ac9e7d826f | |
parent | 55c57658d212c0b7a194e8238297010b4595cd81 (diff) | |
download | ffmpeg-a12bf9f50ff465b342e54ec4e4e9a2f87a79ed1a.tar.gz |
doc/examples/README: fix typo
-rw-r--r-- | doc/examples/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/examples/README b/doc/examples/README index 9ee9fe3ac0..c1ce619d35 100644 --- a/doc/examples/README +++ b/doc/examples/README @@ -18,6 +18,6 @@ FFmpeg (no need to make install in any prefix). Then just run "make examples". This will build the examples using the FFmpeg build system. You can clean those examples using "make examplesclean" -If you want to try the dedicated Makefile examples (to emulate a the first +If you want to try the dedicated Makefile examples (to emulate the first method), go into doc/examples and run a command such as PKG_CONFIG_PATH=pc-uninstalled make. |