Skip to content

Commit

Permalink
README: remove the word 'simple' from build instructions
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Ira Krufky <mkrufky@linuxtv.org>
  • Loading branch information
mkrufky committed Nov 1, 2015
1 parent 4493585 commit 655afcf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ dvbtee/dvbtee < mpegfile.ts
```

If, for some odd reason, you want to build libdvbtee using the old version of
the table / descriptor decoder, simple specify --enable-olddecoder to configure
the table / descriptor decoder, specify --enable-olddecoder to configure
```
autoreconf --install
./configure --enable-olddecoder
Expand All @@ -56,7 +56,7 @@ LD_LIBRARY_PATH=libdvbtee:libdvbtee_server dvbtee/dvbtee < mpegfile.ts
```

If, for some odd reason, you want to build libdvbtee using the old version of
the table / descriptor decoder, simple specify CONFIG+=olddecoder to qmake
the table / descriptor decoder, specify CONFIG+=olddecoder to qmake
```
qmake -r CONFIG+=olddecoder
make
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ dvbtee/dvbtee < mpegfile.ts
```

If, for some odd reason, you want to build libdvbtee using the old version of
the table / descriptor decoder, simple specify --enable-olddecoder to configure
the table / descriptor decoder, specify --enable-olddecoder to configure
```
autoreconf --install
./configure --enable-olddecoder
Expand All @@ -56,7 +56,7 @@ LD_LIBRARY_PATH=libdvbtee:libdvbtee_server dvbtee/dvbtee < mpegfile.ts
```

If, for some odd reason, you want to build libdvbtee using the old version of
the table / descriptor decoder, simple specify CONFIG+=olddecoder to qmake
the table / descriptor decoder, specify CONFIG+=olddecoder to qmake
```
qmake -r CONFIG+=olddecoder
make
Expand Down

0 comments on commit 655afcf

Please sign in to comment.