Commit 50000c8a authored by Cyril Deguet's avatar Cyril Deguet

* fixed a typo with dvbpsi

parent ae27d602
...@@ -39,7 +39,7 @@ if [ "$CONFIG_DVD" = "y" ]; then ...@@ -39,7 +39,7 @@ if [ "$CONFIG_DVD" = "y" ]; then
bool ' DVD input module' CONFIG_DVDOLD bool ' DVD input module' CONFIG_DVDOLD
bool ' dvdread input module' CONFIG_DVDREAD bool ' dvdread input module' CONFIG_DVDREAD
bool ' dvdplay input module' CONFIG_DVDPLAY bool ' dvdplay input module' CONFIG_DVDPLAY
bool ' dvbpsi ts mux and demux module' CONFIG_DVDPSI bool ' dvbpsi ts mux and demux module' CONFIG_DVBPSI
fi fi
bool 'VCD support' CONFIG_VCD bool 'VCD support' CONFIG_VCD
bool 'Video for Linux (V4L) support' CONFIG_V4L bool 'Video for Linux (V4L) support' CONFIG_V4L
......
...@@ -29,7 +29,7 @@ CONFIG_DVD=y ...@@ -29,7 +29,7 @@ CONFIG_DVD=y
CONFIG_DVDOLD=y CONFIG_DVDOLD=y
# CONFIG_DVDREAD is not set # CONFIG_DVDREAD is not set
# CONFIG_DVDPLAY is not set # CONFIG_DVDPLAY is not set
CONFIG_DVDPSI=y CONFIG_DVBPSI=y
# CONFIG_VCD is not set # CONFIG_VCD is not set
# CONFIG_V4L is not set # CONFIG_V4L is not set
# CONFIG_SAT is not set # CONFIG_SAT is not set
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment