Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
gst-plugins-base
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
George Kiagiadakis
gst-plugins-base
Commits
783e450a
Commit
783e450a
authored
Feb 26, 2018
by
Sebastian Dröge
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pbutils: Fix compilation of last commit
parent
006c7181
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
gst-libs/gst/pbutils/encoding-target.c
gst-libs/gst/pbutils/encoding-target.c
+1
-0
gst-libs/gst/pbutils/pbutils.c
gst-libs/gst/pbutils/pbutils.c
+5
-2
No files found.
gst-libs/gst/pbutils/encoding-target.c
View file @
783e450a
...
...
@@ -26,6 +26,7 @@
#include <errno.h>
#include <string.h>
#include "encoding-target.h"
#include "pbutils-private.h"
/* Documented in encoding-profile.c */
...
...
gst-libs/gst/pbutils/pbutils.c
View file @
783e450a
...
...
@@ -57,11 +57,12 @@
#endif
#include "pbutils.h"
#include "pbutils-private.h"
#include "gst/gst-i18n-plugin.h"
static
void
_init_locale_text_domain
(
void
)
static
gpointer
_init_locale_text_domain
(
gpointer
data
)
{
#ifdef ENABLE_NLS
GST_DEBUG
(
"binding text domain %s to locale dir %s"
,
GETTEXT_PACKAGE
,
...
...
@@ -69,6 +70,8 @@ _init_locale_text_domain (void)
bindtextdomain
(
GETTEXT_PACKAGE
,
LOCALEDIR
);
bind_textdomain_codeset
(
GETTEXT_PACKAGE
,
"UTF-8"
);
#endif
return
NULL
;
}
void
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment