mirror of
https://github.com/fmang/opustags.git
synced 2025-07-08 02:24:30 +02:00
Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
d9b051210b | |||
3da23b58c9 |
@ -1,6 +1,11 @@
|
||||
opustags changelog
|
||||
==================
|
||||
|
||||
1.10.1 - 2024-05-19
|
||||
-------------------
|
||||
|
||||
Fix a build error on recent systems.
|
||||
|
||||
1.10.0 - 2024-05-03
|
||||
-------------------
|
||||
|
||||
|
@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.11)
|
||||
|
||||
project(
|
||||
opustags
|
||||
VERSION 1.10.0
|
||||
VERSION 1.10.1
|
||||
LANGUAGES CXX
|
||||
)
|
||||
|
||||
|
@ -15,6 +15,7 @@
|
||||
#include <string.h>
|
||||
#include <sys/stat.h>
|
||||
#include <unistd.h>
|
||||
#include <algorithm>
|
||||
|
||||
static const char help_message[] =
|
||||
PROJECT_NAME " version " PROJECT_VERSION
|
||||
|
@ -24,6 +24,7 @@
|
||||
#include <opustags.h>
|
||||
|
||||
#include <string.h>
|
||||
#include <algorithm>
|
||||
|
||||
ot::opus_tags ot::parse_tags(const ogg_packet& packet)
|
||||
{
|
||||
|
Reference in New Issue
Block a user