Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
gst-plugins-bad
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Víctor Manuel Jáquez Leal
gst-plugins-bad
Commits
1c416530
Commit
1c416530
authored
Aug 24, 2005
by
Thomas Vander Stichele
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dist more
Original commit message from CVS: dist more
parent
3c6aac4e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
5 deletions
+6
-5
gst/audioresample/Makefile.am
gst/audioresample/Makefile.am
+5
-4
gst/audioresample/debug.c
gst/audioresample/debug.c
+1
-1
No files found.
gst/audioresample/Makefile.am
View file @
1c416530
plugin_LTLIBRARIES
=
libgstaudioresample.la
resample_SOURCES
=
\
functable.c
\
functable.h
\
resample.c
\
resample_functable.c
\
resample_ref.c
\
resample_chunk.c
\
resample.h
\
debug.c
\
buffer.c
noinst_HEADERS
=
gstaudioresample.h
\
functable.h
\
debug.h
\
buffer.c
\
buffer.h
libgstaudioresample_la_SOURCES
=
gstaudioresample.c
$(resample_SOURCES)
libgstaudioresample_la_CFLAGS
=
$(GST_BASE_CFLAGS)
$(GST_CFLAGS)
$(LIBOIL_CFLAGS)
libgstaudioresample_la_LIBADD
=
$(GST_BASE_LIBS)
$(GST_LIBS)
$(LIBOIL_LIBS)
libgstaudioresample_la_LDFLAGS
=
$(GST_PLUGIN_LDFLAGS)
gst/audioresample/debug.c
View file @
1c416530
...
...
@@ -16,7 +16,7 @@ static const char *resample_debug_level_names[] = {
"LOG"
};
static
int
resample_debug_level
=
RESAMPLE_LEVEL_
ERROR
;
static
int
resample_debug_level
=
RESAMPLE_LEVEL_
LOG
;
void
resample_debug_log
(
int
level
,
const
char
*
file
,
const
char
*
function
,
...
...
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