diff options
author | Michael Krufky <devnull@localhost> | 2006-01-15 00:48:19 +0000 |
---|---|---|
committer | Michael Krufky <devnull@localhost> | 2006-01-15 00:48:19 +0000 |
commit | 5b76ddeeaab169f5aae62c0aed8faaaa15534d16 (patch) | |
tree | 983af302b0034822441ea51a13d716dc32105280 /v4l/ChangeLog | |
parent | d275de67253bfee8f43b7c99af63455bd50c6f0b (diff) | |
download | mediapointer-dvb-s2-5b76ddeeaab169f5aae62c0aed8faaaa15534d16.tar.gz mediapointer-dvb-s2-5b76ddeeaab169f5aae62c0aed8faaaa15534d16.tar.bz2 |
'make pvrusb2' symlinks pvrusb2 code to build with the rest of cvs
- Add option to build pvrusb2 driver
along with the rest of v4l-dvb cvs.
- make pvrusb2 will symlink the code from the v4l_experimental dir.
- to build:
make pvrusb2
make
make install
- Always do 'make clean' before cvs commit, to un-patch the Makefile,
returning the build environment to its original state.
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
Diffstat (limited to 'v4l/ChangeLog')
-rw-r--r-- | v4l/ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/v4l/ChangeLog b/v4l/ChangeLog index 4860253d2..569bc66c7 100644 --- a/v4l/ChangeLog +++ b/v4l/ChangeLog @@ -1,3 +1,22 @@ +2006-01-15 00:43 mkrufky + + * v4l/Make.config: + * v4l/Makefile: + * v4l/scripts/merge-pvrusb2.sh: + - Add option to build pvrusb2 driver + along with the rest of v4l-dvb cvs. + - make pvrusb2 will symlink the code from the v4l_experimental dir. + - to build: + + make pvrusb2 + make + make install + + - Always do 'make clean' before cvs commit, to un-patch the Makefile, + returning the build environment to its original state. + + Signed-off-by: Michael Krufky <mkrufky@m1k.net> + 2006-01-14 23:50 hhackmann * linux/drivers/media/video/saa7134/saa7134-tvaudio.c: - enabled audio PLL. This is mandatory for NICAM sound |