mirror of
https://github.com/mpv-player/mpv.git
synced 2025-12-26 04:40:20 +00:00
demux_mkv: remove remaining GPL code
Fuck this thing.
This commit is contained in:
@@ -106,7 +106,6 @@ The following files are still GPL only (--enable-lgpl disables them):
|
|||||||
The following files contain some optional GPL code (--enable-lgpl disables it):
|
The following files contain some optional GPL code (--enable-lgpl disables it):
|
||||||
|
|
||||||
input/cmd_list.c potentially some commands
|
input/cmd_list.c potentially some commands
|
||||||
demux/demux_mkv.c some verbose message
|
|
||||||
options/options.c --frames option
|
options/options.c --frames option
|
||||||
options/parse_commandline.c dvd:// expansion
|
options/parse_commandline.c dvd:// expansion
|
||||||
player/audio.c libaf glue code
|
player/audio.c libaf glue code
|
||||||
|
|||||||
@@ -18,8 +18,6 @@
|
|||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public
|
* You should have received a copy of the GNU Lesser General Public
|
||||||
* License along with mpv. If not, see <http://www.gnu.org/licenses/>.
|
* License along with mpv. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*
|
|
||||||
* Parts under HAVE_GPL are licensed under GNU General Public License.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
@@ -702,12 +700,7 @@ static void parse_trackentry(struct demuxer *demuxer,
|
|||||||
}
|
}
|
||||||
track->uid = entry->track_uid;
|
track->uid = entry->track_uid;
|
||||||
|
|
||||||
if (entry->name) {
|
track->name = talloc_strdup(track, entry->name);
|
||||||
track->name = talloc_strdup(track, entry->name);
|
|
||||||
#if HAVE_GPL
|
|
||||||
MP_VERBOSE(demuxer, "| + Name: %s\n", track->name);
|
|
||||||
#endif
|
|
||||||
}
|
|
||||||
|
|
||||||
track->type = entry->track_type;
|
track->type = entry->track_type;
|
||||||
MP_VERBOSE(demuxer, "| + Track type: ");
|
MP_VERBOSE(demuxer, "| + Track type: ");
|
||||||
|
|||||||
Reference in New Issue
Block a user