2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 14:38:15 +00:00

Moved audio to media/media_audio and divided to several modules.

Basic video playback with sound support in mediaview added.
This commit is contained in:
John Preston
2016-07-05 20:44:02 +03:00
parent 98fe307cbf
commit 616d08255c
31 changed files with 1684 additions and 878 deletions

View File

@@ -31,7 +31,7 @@ Copyright (c) 2014-2016 John Preston, https://desktop.telegram.org
#include "fileuploader.h"
#include "mainwindow.h"
#include "playerwidget.h"
#include "audio.h"
#include "media/media_audio.h"
#include "localstorage.h"
namespace Overview {