diff options
author | Clément Bœsch <ubitux@gmail.com> | 2012-05-12 18:08:26 +0200 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2012-05-12 18:08:26 +0200 |
commit | 9188294d30c20e43adcebe35fc07b90e1257724f (patch) | |
tree | 49b746a6494e1fc119ff3fabd944df7a05196050 | |
parent | 5b55c7f4e9690f4503ac21479c08cb170b15a3d2 (diff) | |
download | ffmpeg-9188294d30c20e43adcebe35fc07b90e1257724f.tar.gz |
doc/examples: fix typo.
-rw-r--r-- | doc/examples/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/examples/Makefile b/doc/examples/Makefile index 992d10ecc9..13c5f52742 100644 --- a/doc/examples/Makefile +++ b/doc/examples/Makefile @@ -1,4 +1,4 @@ -# use pkg-config for getting CFLAGS abd LDLIBS +# use pkg-config for getting CFLAGS and LDLIBS FFMPEG_LIBS= libavdevice \ libavformat \ libavfilter \ |