diff options
| author | Lars Hanisch <dvb@flensrocker.de> | 2010-03-21 22:08:40 +0100 |
|---|---|---|
| committer | Lars Hanisch <dvb@flensrocker.de> | 2010-03-21 22:29:00 +0100 |
| commit | 7173683e4cd89bd981421aa59e29d54705b295a2 (patch) | |
| tree | e42516a66c6c9b60ba1b01dc32dfdd66a01b0271 /Makefile | |
| parent | f11fc2990b13af1f9bd34e4d42a4dccc0d5eaa17 (diff) | |
| download | vdr-plugin-pvrinput-7173683e4cd89bd981421aa59e29d54705b295a2.tar.gz vdr-plugin-pvrinput-7173683e4cd89bd981421aa59e29d54705b295a2.tar.bz2 | |
Refactoring of cPvrSourceParam: it can now be used by ParseChannels
The parsing and writing of the channel's source parameter is now focused at one place.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -55,7 +55,7 @@ DEFINES += -D_GNU_SOURCE -DPLUGIN_NAME_I18N='"$(PLUGIN)"' ### The object files (add further files here): -OBJS = pvrinput.o common.o device.o reader.o menu.o setup.o filter.o +OBJS = pvrinput.o common.o device.o reader.o menu.o setup.o filter.o sourceparams.o ### The main target: |
