File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ dvbtee/dvbtee < mpegfile.ts
4040```
4141
4242If, for some odd reason, you want to build libdvbtee using the old version of
43- the table / descriptor decoder, simple specify --enable-olddecoder to configure
43+ the table / descriptor decoder, specify --enable-olddecoder to configure
4444```
4545autoreconf --install
4646./configure --enable-olddecoder
@@ -56,7 +56,7 @@ LD_LIBRARY_PATH=libdvbtee:libdvbtee_server dvbtee/dvbtee < mpegfile.ts
5656```
5757
5858If, for some odd reason, you want to build libdvbtee using the old version of
59- the table / descriptor decoder, simple specify CONFIG+=olddecoder to qmake
59+ the table / descriptor decoder, specify CONFIG+=olddecoder to qmake
6060```
6161qmake -r CONFIG+=olddecoder
6262make
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ dvbtee/dvbtee < mpegfile.ts
4040```
4141
4242If, for some odd reason, you want to build libdvbtee using the old version of
43- the table / descriptor decoder, simple specify --enable-olddecoder to configure
43+ the table / descriptor decoder, specify --enable-olddecoder to configure
4444```
4545autoreconf --install
4646./configure --enable-olddecoder
@@ -56,7 +56,7 @@ LD_LIBRARY_PATH=libdvbtee:libdvbtee_server dvbtee/dvbtee < mpegfile.ts
5656```
5757
5858If, for some odd reason, you want to build libdvbtee using the old version of
59- the table / descriptor decoder, simple specify CONFIG+=olddecoder to qmake
59+ the table / descriptor decoder, specify CONFIG+=olddecoder to qmake
6060```
6161qmake -r CONFIG+=olddecoder
6262make
You can’t perform that action at this time.
0 commit comments