mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
[MOVED FROM BAD] more fixes
Original commit message from CVS: more fixes
This commit is contained in:
parent
56bff3790d
commit
fcfa27bfdf
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
plugindir = $(libdir)/gst
|
plugindir = $(libdir)/gst
|
||||||
|
|
||||||
filter_LTLIBRARIES = libgsty4mencode.la
|
plugin_LTLIBRARIES = libgsty4mencode.la
|
||||||
|
|
||||||
libgsty4mencode_la_SOURCES = gsty4mencode.c
|
libgsty4mencode_la_SOURCES = gsty4mencode.c
|
||||||
libgsty4mencode_la_CFLAGS = $(GST_CFLAGS)
|
libgsty4mencode_la_CFLAGS = $(GST_CFLAGS)
|
||||||
|
|
|
@ -19,7 +19,7 @@
|
||||||
|
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <gst/gst.h>
|
#include <gst/gst.h>
|
||||||
#include "gstlavencode.h"
|
#include "gsty4mencode.h"
|
||||||
|
|
||||||
static GstElementDetails lavencode_details = {
|
static GstElementDetails lavencode_details = {
|
||||||
"LavEncode",
|
"LavEncode",
|
||||||
|
|
Loading…
Reference in a new issue