diff options
| author | methodus <methodus@web.de> | 2012-10-22 06:02:01 +0200 |
|---|---|---|
| committer | methodus <methodus@web.de> | 2012-10-22 06:02:01 +0200 |
| commit | 527026526fe2282cc9ca8ba74073978f403e2ead (patch) | |
| tree | e76face90b84af10f12a1f47179b9153f29885ed /Makefile | |
| parent | 40f78808fe37b42dd033b642322204e1bf3717ad (diff) | |
| download | vdr-plugin-upnp-527026526fe2282cc9ca8ba74073978f403e2ead.tar.gz vdr-plugin-upnp-527026526fe2282cc9ca8ba74073978f403e2ead.tar.bz2 | |
Seeking finally works even on TV sets.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -73,13 +73,12 @@ OBJS = $(PLUGIN).o \ common/parser.o \ common/setup.o \ common/ixml.o \ - common/codec.o \ media/profile.o \ media/mediaManager.o \ media/pluginManager.o \ $(TNTOBJ) -LIBS += -lupnp -lcxxtools -ltntnet -ltntdb -ldl -lavformat -lavcodec +LIBS += -lupnp -lcxxtools -ltntnet -ltntdb -ldl ### The main target: |
