Skip to content

Commit

Permalink
Remove BD access module
Browse files Browse the repository at this point in the history
  • Loading branch information
jbkempf committed Jul 25, 2016
1 parent fd3e08b commit a779f6f
Show file tree
Hide file tree
Showing 9 changed files with 1 addition and 2,179 deletions.
1 change: 1 addition & 0 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,7 @@ Removed modules
* Mac OS X Dialog Provider (use VLCKit instead)
* iOS Dialog Provider (use MobileVLCKit / TVVLCKit instead)
* QuickTime decoder module (use native codecs)
* BD access module (use libbluray)


Changes between 2.2.0 and 2.2.1:
Expand Down
1 change: 0 additions & 1 deletion modules/MODULES_LIST
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ $Id$
* aa: Ascii art video output
* access_alsa: Alsa access module
* access_archive: libarchive based access and stream filter
* access_bd: Blu-Ray Disc access
* access_concat: concatenated access
* access_eyetv: Access module to connect to our plugin running within EyeTV
* access_imem: memory bitstream access module
Expand Down
4 changes: 0 additions & 4 deletions modules/access/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -294,10 +294,6 @@ liblibbluray_plugin_la_LDFLAGS = $(AM_LDFLAGS) -rpath '$(accessdir)'
access_LTLIBRARIES += $(LTLIBlibbluray)
EXTRA_LTLIBRARIES += liblibbluray_plugin.la

libaccess_bd_plugin_la_SOURCES = access/bd/bd.c access/bd/mpls.c access/bd/mpls.h access/bd/clpi.c access/bd/clpi.h
access_LTLIBRARIES += libaccess_bd_plugin.la


### Digital TV ###

libdtv_plugin_la_SOURCES = \
Expand Down
Loading

0 comments on commit a779f6f

Please sign in to comment.